summaryrefslogtreecommitdiff
path: root/libc/string/x86_64/strpbrk.S
diff options
context:
space:
mode:
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"