aboutsummaryrefslogtreecommitdiff
path: root/string/strsep.c
diff options
context:
space:
mode:
Diffstat (limited to 'string/strsep.c')
-rw-r--r--string/strsep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/string/strsep.c b/string/strsep.c
index 1054774048..1d98885e22 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)