diff options
Diffstat (limited to 'bits/dirent.h')
-rw-r--r-- | bits/dirent.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bits/dirent.h b/bits/dirent.h index 8c38b8c758..d775540a13 100644 --- a/bits/dirent.h +++ b/bits/dirent.h @@ -56,4 +56,6 @@ struct dirent64 #ifdef __INO_T_MATCHES_INO64_T /* Inform libc code that these two types are effectively identical. */ # define _DIRENT_MATCHES_DIRENT64 1 +#else +# define _DIRENT_MATCHES_DIRENT64 0 #endif |