diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-01-22 15:03:47 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-01-22 15:03:47 +0000 |
commit | e696e9e900fb0dc3b3bd039729be84de4764fdab (patch) | |
tree | 4d245f8cfe3e8a9d62037d125f8107741637ba38 /libc/sysdeps/linux/common/bits | |
parent | 49bf4a5a4c54d8bf1c32ce29c23d1cbbf8a4b0a4 (diff) |
Missed an endif
Diffstat (limited to 'libc/sysdeps/linux/common/bits')
-rw-r--r-- | libc/sysdeps/linux/common/bits/kernel_sigaction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/bits/kernel_sigaction.h b/libc/sysdeps/linux/common/bits/kernel_sigaction.h index 5bb129961..b6ad2918d 100644 --- a/libc/sysdeps/linux/common/bits/kernel_sigaction.h +++ b/libc/sysdeps/linux/common/bits/kernel_sigaction.h @@ -90,3 +90,4 @@ extern int __rt_sigaction (int, const struct kernel_sigaction *__unbounded, extern int __sigaction (int, const struct old_kernel_sigaction *__unbounded, struct old_kernel_sigaction *__unbounded); +#endif /* _BITS_STAT_STRUCT_H */ |