diff options
Diffstat (limited to 'string/strchrnul.c')
-rw-r--r-- | string/strchrnul.c | 2 |
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) |