summaryrefslogtreecommitdiff
path: root/libc/string
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-04-12 18:40:58 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-04-12 18:40:58 +0200
commit32d11b1454734c7931b8b0ec98cf5aba1970dde5 (patch)
tree572bf5cb716c952f41040237898bb01c455d1b1b /libc/string
parentef9ba4461921ac472ffbb057e7423dfb7331508c (diff)
remove more of the link_warnings
Only the stub warnings left for now.
Diffstat (limited to 'libc/string')
-rw-r--r--libc/string/sys_errlist.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/string/sys_errlist.c b/libc/string/sys_errlist.c
index 17ed4d62c..682ff0e7e 100644
--- a/libc/string/sys_errlist.c
+++ b/libc/string/sys_errlist.c
@@ -12,8 +12,6 @@ extern const char _string_syserrmsgs[] attribute_hidden;
#ifdef __UCLIBC_HAS_SYS_ERRLIST__
-link_warning(_sys_errlist, "sys_nerr and sys_errlist are obsolete and uClibc support for them (in at least some configurations) will probably be unavailable in the near future.")
-
const char *const sys_errlist[] = {
[0] = _string_syserrmsgs + 0,
[EPERM] = _string_syserrmsgs + 8,