clang -O2 -Wall -Wextra -Werror=implicit-function-declaration sched/sched_setparam.c -o sched/sched_setparam -D_GNU_SOURCE -D_BSD_SOURCE -D_ALL_SOURCE -D_DEFAULT_SOURCE -lm -lintl ../out/minix/basic/sched/sched_setparam.o: In function `main': sched/sched_setparam.c:(.text+0x30a): undefined reference to `sched_getparam' sched/sched_setparam.c:(.text+0x31e): undefined reference to `sched_setparam' clang: error: linker command failed with exit code 1 (use -v to see invocation)