Deleted Added
full compact
44a45
> #include <sys/_posix.h>
76c77,80
< #if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE)
---
> /* XXX I'm not sure if _ANSI_SOURCE is playing properly
> * with the setups in _posix.h:
> */
> #if !defined(_ANSI_SOURCE) && defined(_P1003_1B_VISIBLE_HISTORICALLY)
142a147
> #endif /* neither ANSI nor POSIX */
143a149
> #if !defined(_ANSI_SOURCE) && defined(_P1003_1B_VISIBLE_HISTORICALLY)