From 86ea254301f7e2fcd860c4072c0a938b4e048d42 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 22 Mar 2006 15:43:28 +0000 Subject: Comment __USE_UNIX98, not needed, add __glibc_strerror_r prototype for non-GNU --- include/libc-internal.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/libc-internal.h b/include/libc-internal.h index c7838b51e..80bac2362 100644 --- a/include/libc-internal.h +++ b/include/libc-internal.h @@ -35,7 +35,7 @@ #include /* --- this is added to integrate linuxthreads */ -#define __USE_UNIX98 1 +/*#define __USE_UNIX98 1*/ #ifndef __ASSEMBLER__ # ifdef IS_IN_libc @@ -44,7 +44,11 @@ # include /* sources are built w/ _GNU_SOURCE, this gets undefined */ +#ifdef __USE_GNU extern int __xpg_strerror_r (int __errnum, char *__buf, size_t __buflen); +#else +extern char *__glibc_strerror_r (int __errnum, char *__buf, size_t __buflen); +#endif /* #include */ # ifndef __UCLIBC_HAS_THREADS__ -- cgit v1.2.3