This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

glob.h lack of #includes


glob.h does not do the necessary #include magic to make sure that size_t is
defined before it uses it.  This needs to be fixed (so `#include <glob.h>' at
the beginning of a source file works), but I don't know that interacts with
the other GNU packages that use the file.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]