aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/strpbrk.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86_64/strpbrk.S')
-rw-r--r--sysdeps/x86_64/strpbrk.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/x86_64/strpbrk.S b/sysdeps/x86_64/strpbrk.S
new file mode 100644
index 0000000..9b97ada
--- /dev/null
+++ b/sysdeps/x86_64/strpbrk.S
@@ -0,0 +1,2 @@
+#define strcspn strpbrk
+#include <sysdeps/x86_64/strcspn.S>