Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v3.17-rc6 8 lines 108 B view raw
1all: 2 gcc posix_timers.c -o posix_timers -lrt 3 4run_tests: all 5 ./posix_timers 6 7clean: 8 rm -f ./posix_timers