summaryrefslogtreecommitdiff
path: root/string/strchrnul.c
diff options
context:
space:
mode:
Diffstat (limited to 'string/strchrnul.c')
-rw-r--r--string/strchrnul.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/string/strchrnul.c b/string/strchrnul.c
index 5a17602edd..dab53aaeee 100644
--- a/string/strchrnul.c
+++ b/string/strchrnul.c
@@ -162,5 +162,5 @@ STRCHRNUL (const char *s, int c_in)
/* This should never happen. */
return NULL;
}
-
+libc_hidden_def (__strchrnul)
weak_alias (__strchrnul, strchrnul)