summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/wcswcs.c
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2005-04-13 16:35:58 +0000
committerespie <espie@openbsd.org>2005-04-13 16:35:58 +0000
commitb689ee2786eac41a232a3013412a05e8612d03f4 (patch)
treeb9109ec81db96ae8b596cdbe67fc83ae0f271d74 /lib/libc/string/wcswcs.c
parentmake rcsnum_tostr() return an empty string if the RCSNUM is NULL (diff)
downloadwireguard-openbsd-b689ee2786eac41a232a3013412a05e8612d03f4.tar.xz
wireguard-openbsd-b689ee2786eac41a232a3013412a05e8612d03f4.zip
Import w* functions so that I can send smaller diffs around.
(Nothing activated yet, of course) okay deraadt@
Diffstat (limited to 'lib/libc/string/wcswcs.c')
-rw-r--r--lib/libc/string/wcswcs.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libc/string/wcswcs.c b/lib/libc/string/wcswcs.c
new file mode 100644
index 00000000000..bd35605547a
--- /dev/null
+++ b/lib/libc/string/wcswcs.c
@@ -0,0 +1,5 @@
+/* $OpenBSD: wcswcs.c,v 1.1 2005/04/13 16:35:58 espie Exp $ */
+/* $NetBSD: wcswcs.c,v 1.1 2003/03/05 20:18:17 tshiozak Exp $ */
+
+#define WCSWCS
+#include "wcsstr.c"