summaryrefslogtreecommitdiff
path: root/libc/string/x86_64/strpbrk.S
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-09-21 02:18:29 +0000
committerMike Frysinger <vapier@gentoo.org>2005-09-21 02:18:29 +0000
commitf5c0ac3d4499a11f4581c1b4ff16cef7d8cf4c0b (patch)
tree4f7ce150130560ccff718076cf102fb4d114752c /libc/string/x86_64/strpbrk.S
parent37016e09de57c7145d7dd29cd1166f21f150d2cb (diff)
merge x86_64 optimized string support
Diffstat (limited to 'libc/string/x86_64/strpbrk.S')
-rw-r--r--libc/string/x86_64/strpbrk.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/string/x86_64/strpbrk.S b/libc/string/x86_64/strpbrk.S
new file mode 100644
index 000000000..c49cd2c06
--- /dev/null
+++ b/libc/string/x86_64/strpbrk.S
@@ -0,0 +1,2 @@
+#define strcspn strpbrk
+#include "strcspn.S"