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.9 13 lines 193 B view raw
1#ifndef __SPARC_SIGINFO_H 2#define __SPARC_SIGINFO_H 3 4#include <uapi/asm/siginfo.h> 5 6 7#ifdef CONFIG_COMPAT 8 9struct compat_siginfo; 10 11#endif /* CONFIG_COMPAT */ 12 13#endif /* !(__SPARC_SIGINFO_H) */