diff options
Diffstat (limited to 'libc/string/x86_64/strpbrk.S')
-rw-r--r-- | libc/string/x86_64/strpbrk.S | 2 |
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" |