mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-21 14:21:48 +00:00
signal: Remove unnecessary ifdefs now that there is only one struct siginfo
Remove HAVE_ARCH_SIGINFO_T Remove __ARCH_SIGSYS Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
This commit is contained in:
parent
09d1415d24
commit
0326e7ef05
3 changed files with 0 additions and 14 deletions
|
@ -30,9 +30,7 @@ enum siginfo_layout {
|
|||
SIL_FAULT,
|
||||
SIL_CHLD,
|
||||
SIL_RT,
|
||||
#ifdef __ARCH_SIGSYS
|
||||
SIL_SYS,
|
||||
#endif
|
||||
};
|
||||
|
||||
enum siginfo_layout siginfo_layout(int sig, int si_code);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue