4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-05 05:50:29 +08:00
Corinna Vinschen 7e40e0169a Cygwin: implement dirent.d_reclen
This change is in preparation of adding posix_getdents() from
the upcoming POSIX Base Specification Issue 8.

- Add d_reclen
- Add GLibC compatible test macros for dirent members
- Bump dirent version
- Set d_reclen to the fixed size of the dirent struct
  We can do that because the size is a multiple of 8, so it fits
  snugly in the buffer filled by posix_getdents and keep the
  alignement.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2024-01-31 20:11:57 +01:00
..
2023-09-09 23:28:55 +02:00
2024-01-31 20:11:57 +01:00
2022-05-29 17:45:52 -04:00
2022-08-03 18:14:39 +02:00
2022-05-29 17:45:52 -04:00
2021-11-15 19:32:23 -05:00
2021-11-15 19:32:23 -05:00