X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fglob_.h;h=95fb240f129e3fd2e08028322ba5a26cb307c7ef;hb=5131be5b019b1110cd597012b63e48886aaaafc7;hp=00edbddb098bf5ea10f0f9ae252f3faaf5e39a37;hpb=994784dea338e97090e8b3caf199df82cd6fa8b8;p=gnulib.git diff --git a/lib/glob_.h b/lib/glob_.h index 00edbddb0..95fb240f1 100644 --- a/lib/glob_.h +++ b/lib/glob_.h @@ -135,11 +135,11 @@ typedef struct are used instead of the normal file access functions. */ void (*gl_closedir) (void *); #ifdef __USE_GNU -#if defined HAVE_DIRENT_H || defined __GNU_LIBRARY__ +# if defined HAVE_DIRENT_H || defined __GNU_LIBRARY__ struct dirent *(*gl_readdir) (void *); -#else +# else struct direct *(*gl_readdir) (void *); -#endif +# endif #else void *(*gl_readdir) (void *); #endif