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 v4.12-rc7 8 lines 222 B view raw
1#ifndef _ASM_X86_SIGCONTEXT_H 2#define _ASM_X86_SIGCONTEXT_H 3 4/* This is a legacy header - all kernel code includes <uapi/asm/sigcontext.h> directly. */ 5 6#include <uapi/asm/sigcontext.h> 7 8#endif /* _ASM_X86_SIGCONTEXT_H */