cc -pthread -Wall -Wextra -Werror=implicit-function-declaration strings/strcasecmp_l.c -o strings/strcasecmp_l -D_GNU_SOURCE -D_BSD_SOURCE -D_ALL_SOURCE -D_DEFAULT_SOURCE -lm -lpthread -lrt -lintl -liconv [cc@relibc::platform::sys:590 INFO] TODO: getrlimit(3, 0x7ffffffffbf0): not implemented [cc1@relibc::platform::sys:590 INFO] TODO: getrlimit(3, 0x7ffffffffb00): not implemented [cc1@relibc::platform::sys:590 INFO] TODO: getrlimit(9, 0x7ffffffffad0): not implemented [cc1@relibc::platform::sys:590 INFO] TODO: getrlimit(9, 0x7ffffffffb00): not implemented [cc1@relibc::platform::sys:590 INFO] TODO: getrlimit(5, 0x7ffffffffb00): not implemented [cc1@relibc::platform::sys:590 INFO] TODO: getrlimit(9, 0x7ffffffffad0): not implemented strings/strcasecmp_l.c: In function 'main': strings/strcasecmp_l.c:13:14: error: implicit declaration of function 'strcasecmp_l'; did you mean 'strcasecmp'? [-Werror=implicit-function-declaration] 13 | if ( strcasecmp_l("foo", "FOO", locale) != 0 ) | ^~~~~~~~~~~~ | strcasecmp cc1: some warnings being treated as errors