diff options
Diffstat (limited to 'sysdeps/i386/i686/multiarch/strpbrk.S')
-rw-r--r-- | sysdeps/i386/i686/multiarch/strpbrk.S | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sysdeps/i386/i686/multiarch/strpbrk.S b/sysdeps/i386/i686/multiarch/strpbrk.S deleted file mode 100644 index 7201d6376f..0000000000 --- a/sysdeps/i386/i686/multiarch/strpbrk.S +++ /dev/null @@ -1,5 +0,0 @@ -/* Multiple versions of strpbrk - All versions must be listed in ifunc-impl-list.c. */ -#define STRCSPN strpbrk -#define USE_AS_STRPBRK -#include "strcspn.S" |