aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/signal.h
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2012-10-13 05:46:48 -0400
committerDavid Howells <dhowells@redhat.com>2012-10-13 05:46:48 -0400
commit607ca46e97a1b6594b29647d98a32d545c24bdff (patch)
tree30f4c0784bfddb57332cdc0678bd06d1e77fa185 /include/linux/signal.h
parent08cce05c5a91f5017f4edc9866cf026908c73f9f (diff)
UAPI: (Scripted) Disintegrate include/linux
Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Michael Kerrisk <mtk.manpages@gmail.com> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'include/linux/signal.h')
-rw-r--r--include/linux/signal.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/linux/signal.h b/include/linux/signal.h
index 26b424adc84..e19a011b43b 100644
--- a/include/linux/signal.h
+++ b/include/linux/signal.h
@@ -1,11 +1,8 @@
1#ifndef _LINUX_SIGNAL_H 1#ifndef _LINUX_SIGNAL_H
2#define _LINUX_SIGNAL_H 2#define _LINUX_SIGNAL_H
3 3
4#include <asm/signal.h>
5#include <asm/siginfo.h>
6
7#ifdef __KERNEL__
8#include <linux/list.h> 4#include <linux/list.h>
5#include <uapi/linux/signal.h>
9 6
10struct task_struct; 7struct task_struct;
11 8
@@ -388,6 +385,4 @@ int unhandled_signal(struct task_struct *tsk, int sig);
388 385
389void signals_init(void); 386void signals_init(void);
390 387
391#endif /* __KERNEL__ */
392
393#endif /* _LINUX_SIGNAL_H */ 388#endif /* _LINUX_SIGNAL_H */