cc -pthread -Wall -Wextra -Werror=implicit-function-declaration pthread/pthread_setschedprio.c -o pthread/pthread_setschedprio -D_GNU_SOURCE -D_BSD_SOURCE -D_ALL_SOURCE -D_DEFAULT_SOURCE -lm -lpthread -lrt -lintl -liconv [@relibc::platform::sys:593 INFO] TODO: getrlimit(3, 0x7ffffffffbf0): not implemented [@relibc::platform::sys:593 INFO] TODO: getrlimit(3, 0x7ffffffffb00): not implemented [@relibc::platform::sys:593 INFO] TODO: getrlimit(9, 0x7ffffffffad0): not implemented [@relibc::platform::sys:593 INFO] TODO: getrlimit(9, 0x7ffffffffb00): not implemented [@relibc::platform::sys:593 INFO] TODO: getrlimit(5, 0x7ffffffffb00): not implemented [@relibc::platform::sys:593 INFO] TODO: getrlimit(9, 0x7ffffffffad0): not implemented pthread/pthread_setschedprio.c: In function 'main': pthread/pthread_setschedprio.c:10:28: error: storage size of 'params' isn't known 10 | struct sched_param params; | ^~~~~~ pthread/pthread_setschedprio.c:10:28: warning: unused variable 'params' [-Wunused-variable]