cc -pthread -Wall -Wextra -Werror=implicit-function-declaration unistd/encrypt.c -o unistd/encrypt -D_GNU_SOURCE -D_BSD_SOURCE -D_ALL_SOURCE -D_DEFAULT_SOURCE -lm -lpthread -lrt -lintl -liconv [cc@relibc::platform::sys:699 INFO] TODO: getrlimit(3, 0x7ffffffffb80): not implemented [cc1@relibc::platform::sys:699 INFO] TODO: getrlimit(3, 0x7ffffffffa90): not implemented [cc1@relibc::platform::sys:699 INFO] TODO: getrlimit(9, 0x7ffffffffa60): not implemented [cc1@relibc::platform::sys:699 INFO] TODO: getrlimit(9, 0x7ffffffffa90): not implemented [cc1@relibc::platform::sys:699 INFO] TODO: getrlimit(5, 0x7ffffffffa90): not implemented [cc1@relibc::platform::sys:699 INFO] TODO: getrlimit(9, 0x7ffffffffa60): not implemented unistd/encrypt.c: In function 'main': unistd/encrypt.c:15:9: error: implicit declaration of function 'setkey' [-Werror=implicit-function-declaration] 15 | setkey(key); | ^~~~~~ unistd/encrypt.c:19:9: error: implicit declaration of function 'encrypt'; did you mean 'crypt'? [-Werror=implicit-function-declaration] 19 | encrypt(buffer, 0); | ^~~~~~~ | crypt cc1: some warnings being treated as errors