x86_64-managarm-gcc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations threads/tss_get.c -o threads/tss_get -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv threads/tss_get.c:5:1: error: parameter names (without types) in function declaration [-Wdeclaration-missing-parameter-type] 5 | void *(*foo)(tss_t) = tss_get; | ^~~~ threads/tss_get.c:5:23: error: ‘tss_get’ undeclared here (not in a function); did you mean ‘tzset’? 5 | void *(*foo)(tss_t) = tss_get; | ^~~~~~~ | tzset