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


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   `------------------------


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