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