1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Clean up {alphasort,versionsort,scandir,scandirat}{,64} for struct dirent == struct dirent64.

This commit is contained in:
Roland McGrath
2012-08-06 16:47:58 -07:00
parent 03af952060
commit 8e49df1d65
34 changed files with 153 additions and 51 deletions

View File

@ -66,6 +66,9 @@
for all ABI purposes, even if possibly expressed as different base types
for C type-checking purposes. */
# define __OFF_T_MATCHES_OFF64_T 1
/* Same for ino_t and ino64_t. */
# define __INO_T_MATCHES_INO64_T 1
#endif
/* Number of descriptors that can fit in an `fd_set'. */