summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/wcspbrk.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/wcspbrk.c')
-rw-r--r--lib/libc/string/wcspbrk.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/string/wcspbrk.c b/lib/libc/string/wcspbrk.c
index 7315c44..2ff71ba 100644
--- a/lib/libc/string/wcspbrk.c
+++ b/lib/libc/string/wcspbrk.c
@@ -37,9 +37,7 @@ __FBSDID("$FreeBSD$");
#include <wchar.h>
wchar_t *
-wcspbrk(s, set)
- const wchar_t *s;
- const wchar_t *set;
+wcspbrk(const wchar_t *s, const wchar_t *set)
{
const wchar_t *p;
const wchar_t *q;
OpenPOWER on IntegriCloud