Move the dirfd() declaration to <dirent.h>.
[gnulib.git] / lib / glob.c
index c38ee4c..40cc9b3 100644 (file)
 
 #include <fnmatch.h>
 
-#ifndef _LIBC
-# include "dirfd.h"
-#endif
-
 #ifdef _SC_GETPW_R_SIZE_MAX
 # define GETPW_R_SIZE_MAX()    sysconf (_SC_GETPW_R_SIZE_MAX)
 #else