diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-03-11 20:27:02 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-03-11 20:27:02 +0000 |
commit | 4ab5177a2095e8d797aaee6b2d29d9062b7f6803 (patch) | |
tree | a186fd2129a12a85d2f7c6bb8aef7297619a539e /libc/sysdeps/linux/common/bits | |
parent | 70fee13438609fb1eff4e4b293c92b02a6d2ec3b (diff) |
sjhill needs to buy donuts for everyone
Diffstat (limited to 'libc/sysdeps/linux/common/bits')
-rw-r--r-- | libc/sysdeps/linux/common/bits/kernel_sigaction.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/bits/kernel_sigaction.h b/libc/sysdeps/linux/common/bits/kernel_sigaction.h index 502b8a189..6eaf61f1d 100644 --- a/libc/sysdeps/linux/common/bits/kernel_sigaction.h +++ b/libc/sysdeps/linux/common/bits/kernel_sigaction.h @@ -41,7 +41,6 @@ struct old_kernel_sigaction { __sighandler_t k_sa_handler; unsigned int sa_flags; unsigned long sa_mask; -#endif }; #define _KERNEL_NSIG 128 #define _KERNEL_NSIG_BPW 32 |