cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations netdb/endhostent.c -o netdb/endhostent -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv netdb/endhostent.c:5:21: error: ‘endhostent’ undeclared here (not in a function); did you mean ‘endnetent’? 5 | void (*foo)(void) = endhostent; | ^~~~~~~~~~ | endnetent