gcc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations libintl/dgettext_l.c -o libintl/dgettext_l -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lxnet -lsocket -latomic libintl/dgettext_l.c:5:42: error: unknown type name ‘locale_t’ 5 | char *(*foo)(const char *, const char *, locale_t) = dgettext_l; | ^~~~~~~~