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