diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-20 22:11:44 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-20 22:11:44 +0000 |
commit | cb97aadebfeba7f5e8f1b85beee5ab10e88c2990 (patch) | |
tree | f5f56f2ef0f3048325419857d0b538135524ff8c /libc/string/__glibc_strerror_r.c | |
parent | b133fe1cac9f99b63ea56daf92caa1423b1289d0 (diff) | |
download | uClibc-alpine-cb97aadebfeba7f5e8f1b85beee5ab10e88c2990.tar.bz2 uClibc-alpine-cb97aadebfeba7f5e8f1b85beee5ab10e88c2990.tar.xz |
Last portion of libc_hidden_proto removal.
Appears to build fine (several .configs tried)
Diffstat (limited to 'libc/string/__glibc_strerror_r.c')
-rw-r--r-- | libc/string/__glibc_strerror_r.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/string/__glibc_strerror_r.c b/libc/string/__glibc_strerror_r.c index 0f9cd16a9..2b856e9f5 100644 --- a/libc/string/__glibc_strerror_r.c +++ b/libc/string/__glibc_strerror_r.c @@ -8,8 +8,8 @@ #include <features.h> #include <string.h> -libc_hidden_proto(__glibc_strerror_r) -libc_hidden_proto(__xpg_strerror_r) +/* libc_hidden_proto(__glibc_strerror_r) */ +/* libc_hidden_proto(__xpg_strerror_r) */ char *__glibc_strerror_r(int errnum, char *strerrbuf, size_t buflen) { |