cc -O2 -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations libintl/locale_t.c -o libintl/locale_t -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -lcrypt libintl/locale_t.c:2:1: error: unknown type name 'locale_t' 2 | locale_t* foo; | ^~~~~~~~