From 31aa06ef80bebbb6c31b30ea54285983df139747 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Thu, 8 Dec 2005 20:18:59 +0000 Subject: Change the needed prototypes --- include/libc-internal.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/libc-internal.h') diff --git a/include/libc-internal.h b/include/libc-internal.h index 47eb97439..9c9ab4b7f 100644 --- a/include/libc-internal.h +++ b/include/libc-internal.h @@ -176,7 +176,8 @@ extern int __strcasecmp (__const char *__s1, __const char *__s2) attribute_hidde extern int __strncasecmp (__const char *__s1, __const char *__s2, size_t __n) attribute_hidden; /* sources are built w/ _GNU_SOURCE, this gets undefined */ -extern int __xpg_strerror_r (int __errnum, char *__buf, size_t __buflen); +extern int __xpg_strerror_r_internal (int __errnum, char *__buf, size_t __buflen) attribute_hidden; +extern char *__glibc_strerror_r_internal (int __errnum, char *__buf, size_t __buflen) attribute_hidden; /* #include */ extern ssize_t __read(int __fd, void *__buf, size_t __nbytes) attribute_hidden; -- cgit v1.2.3