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