aboutsummaryrefslogtreecommitdiffstats
path: root/util/strsep.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/strsep.c')
-rw-r--r--util/strsep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/strsep.c b/util/strsep.c
index b97945f78..dae7902eb 100644
--- a/util/strsep.c
+++ b/util/strsep.c
@@ -3,7 +3,7 @@
/* code taken from glibc-2.2.1/sysdeps/generic/strsep.c */
char *
-strsep2 (char **stringp, const char *delim)
+strsep (char **stringp, const char *delim)
{
char *begin, *end;