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]

Re: glob.h lack of #includes


> - use the hack I wrote down in the last mail.  This should work but must
>   be tested.

If it works, it's fine with me.

> - include <sys/types.h>
> 
> The later will probably even create more problems if the same file is
> used in make on non-POSIX platforms.

I'm not so sure this will create problems, and anyway we can have those
port maintainers bang on it before we come to a final decision about it.
But if there is a way to get just size_t that is not horribly kludgey,
I'd tend to favor that minimal addition rather than the whole of <sys/types.h>.


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