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