|
Linux Kernel
3.7.1
|
#include <stdio.h>#include <stdlib.h>#include <signal.h>#include <limits.h>#include <unistd.h>#include <errno.h>#include <string.h>#include <fcntl.h>#include <linux/unistd.h>#include <linux/kcmp.h>#include <sys/syscall.h>#include <sys/types.h>#include <sys/stat.h>#include <sys/wait.h>Go to the source code of this file.
Macros | |
| #define | _GNU_SOURCE |
Functions | |
| int | main (int argc, char **argv) |
| #define _GNU_SOURCE |
Definition at line 1 of file kcmp_test.c.
Definition at line 25 of file kcmp_test.c.
1.8.2