glob.h lack of #includes
Ulrich Drepper
drepper@cygnus.com
Wed Aug 12 11:57:00 GMT 1998
Roland McGrath <roland@frob.com> writes:
> Obviously, we can't make such a change in a 2.0.x release (since noone says
> "can't possibly broken" on this list without me yelling at them).
We don't have the problem in the 2.0 version since size_t wasn't used
there in glob.h. I had to introduce it to fix a bug in the definition
of glob_t. Ever since it does not work.
So basically we have two options:
- use the hack I wrote down in the last mail. This should work but must
be tested.
- include <sys/types.h>
The later will probably even create more problems if the same file is
used in make on non-POSIX platforms.
--
---------------. drepper at gnu.org ,-. 1325 Chesapeake Terrace
Ulrich Drepper \ ,-------------------' \ Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com `------------------------
More information about the Libc-hacker
mailing list