diff options
Diffstat (limited to 'string')
-rw-r--r-- | string/strsep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/string/strsep.c b/string/strsep.c index 1054774..1d98885 100644 --- a/string/strsep.c +++ b/string/strsep.c @@ -66,4 +66,5 @@ __strsep (char **stringp, const char *delim) } weak_alias (__strsep, strsep) strong_alias (__strsep, __strsep_g) +libc_hidden_def (__strsep) libc_hidden_def (__strsep_g) |