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