1#define STRCMP __strcasecmp_l 2#define USE_AS_STRCASECMP_L 3#include "strcmp.S" 4 5weak_alias (__strcasecmp_l, strcasecmp_l) 6libc_hidden_def (strcasecmp_l) 7
1#define STRCMP __strcasecmp_l 2#define USE_AS_STRCASECMP_L 3#include "strcmp.S" 4 5weak_alias (__strcasecmp_l, strcasecmp_l) 6libc_hidden_def (strcasecmp_l) 7