cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations libintl/dcngettext_l.c -o libintl/dcngettext_l -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lcrypt -latomic libintl/dcngettext_l.c:5:80: error: unknown type name ‘locale_t’ 5 | char *(*foo)(const char *, const char *, const char *, unsigned long int, int, locale_t) = dcngettext_l; | ^~~~~~~~