Problem with ctype.h
Ulrich Drepper
drepper@cygnus.com
Mon Oct 26 15:41:00 GMT 1998
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 `------------------------
More information about the Libc-hacker
mailing list