diff options
Diffstat (limited to 'sysdeps/x86_64/strcasecmp_l.S')
-rw-r--r-- | sysdeps/x86_64/strcasecmp_l.S | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/x86_64/strcasecmp_l.S b/sysdeps/x86_64/strcasecmp_l.S new file mode 100644 index 0000000000..5456b3a49e --- /dev/null +++ b/sysdeps/x86_64/strcasecmp_l.S @@ -0,0 +1,6 @@ +#define STRCMP __strcasecmp_l +#define USE_AS_STRCASECMP_L +#include "strcmp.S" + +weak_alias (__strcasecmp_l, strcasecmp_l) +libc_hidden_def (strcasecmp_l) |