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: Problem with ctype.h


Roland McGrath <roland@frob.com> writes:

> Barfo, what I pile of crap.  Well, turn it on only with __USE_UNIX98 then.
> Unix98 is not a real standard, it is a unilateral vendor diktat, so I don't
> consider conformance to it so important anyway.

It's already protected using

#if defined __USE_POSIX199506 || defined __USE_UNIX98
# include <bits/pthreadtypes.h>
#endif

I can remove the __USE_POSIX199506 but it's not forbidden.  Oh well,
it's probably not worth arguing about it.

-- 
---------------.      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]