summaryrefslogtreecommitdiff
path: root/include/string.h
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-03-09 23:20:16 +0100
committerPeter S. Mazinger <ps.m@gmx.net>2011-03-09 23:20:16 +0100
commitabd6c6c29f82ddcc7c86c67519b79d2381622ed9 (patch)
treee856b8ab3c777d488839f0414561466aaa53be84 /include/string.h
parent3ec2f90152de3b11266bc0d3f4fa6a41b3c52374 (diff)
remove unused hidden functions
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Diffstat (limited to 'include/string.h')
-rw-r--r--include/string.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/string.h b/include/string.h
index cfd423b9f..f11a7269c 100644
--- a/include/string.h
+++ b/include/string.h
@@ -447,7 +447,6 @@ extern char *__stpncpy (char *__restrict __dest,
extern char *stpncpy (char *__restrict __dest,
__const char *__restrict __src, size_t __n)
__THROW __nonnull ((1, 2));
-libc_hidden_proto(stpncpy)
# if 0 /* uClibc does not support strfry or memfrob. */
/* Sautee STRING briskly. */