summaryrefslogtreecommitdiff
path: root/libc/string/wcspbrk.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/wcspbrk.c')
-rw-r--r--libc/string/wcspbrk.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/libc/string/wcspbrk.c b/libc/string/wcspbrk.c
new file mode 100644
index 000000000..c1b5d0bce
--- /dev/null
+++ b/libc/string/wcspbrk.c
@@ -0,0 +1,15 @@
+/*
+ * Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org>
+ *
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
+ */
+
+#define L_strpbrk
+#define WANT_WIDE
+#define Wstrpbrk __wcspbrk
+
+#include "wstring.c"
+
+strong_alias(__wcspbrk, wcspbrk)
+
+#undef L_strpbrk