summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strsep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/string/strsep.c')
-rw-r--r--src/lib/libc/string/strsep.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libc/string/strsep.c b/src/lib/libc/string/strsep.c
index 2ffc4b4c46..97c3cbf1f5 100644
--- a/src/lib/libc/string/strsep.c
+++ b/src/lib/libc/string/strsep.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: strsep.c,v 1.7 2014/02/05 20:42:32 stsp Exp $ */ 1/* $OpenBSD: strsep.c,v 1.8 2015/08/31 02:53:57 guenther Exp $ */
2 2
3/*- 3/*-
4 * Copyright (c) 1990, 1993 4 * Copyright (c) 1990, 1993
@@ -68,3 +68,4 @@ strsep(char **stringp, const char *delim)
68 } 68 }
69 /* NOTREACHED */ 69 /* NOTREACHED */
70} 70}
71DEF_WEAK(strsep);