From: Parmelan, Edouard (EP510777@exchange.FRANCE.NCR.com)
Date: Wed Jan 13 1999 - 13:54:04 EST
Godmar,
> I have it on a Debian 2.0 system. Must be glibc2 then?
I don't know, try ls -l /lib/libc*
glibc1 == libc5
glibc2 == libc6
> It says in unistd.h:
>
> #ifdef __USE_XOPEN
> extern void swab __P ((__const char *__from, char *__to, ssize_t __n));
> #endif
>
On NCR MP-RAS:
in unistd.h it's enclosed in:
#if defined(_XOPEN_SOURCE) \
|| (!defined(_POSIX_SOURCE) && !defined(_POSIX_C_SOURCE))
#endif
And in stdlib.h by
#if __STDC__ == 0 && !defined(_XOPEN_SOURCE) \
&& !defined(_POSIX_SOURCE) && !defined(_POSIX_C_SOURCE)
#endif
Edouard.
This archive was generated by hypermail 2b29 : Sat Sep 23 2000 - 19:57:40 EDT