Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.10-rc3 10 lines 192 B view raw
1CFLAGS += -iquote../../../../include/uapi -Wall 2peeksiginfo: peeksiginfo.c 3 4all: peeksiginfo 5 6clean: 7 rm -f peeksiginfo 8 9run_tests: all 10 @./peeksiginfo || echo "peeksiginfo selftests: [FAIL]"