commit | 55c0d1f83e481dd6c77f52f7dcfeb043b8b740fa | [log] [tgz] |
---|---|---|
author | Roland McGrath <roland@redhat.com> | Wed May 09 02:33:37 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Wed May 09 12:30:49 2007 -0700 |
tree | 5d3240d565c158712345094362d40c3973483a7f | |
parent | 84963048ca8093e0aa71ac90c2a5fe7af5f617c3 [diff] |
Move sig_kernel_* et al macros to linux/signal.h This patch moves the sig_kernel_* and related macros from kernel/signal.c to linux/signal.h, and cleans them up slightly. I need the sig_kernel_* macros for default signal behavior in the utrace code, and want to avoid duplication or overhead to share the knowledge. Signed-off-by: Roland McGrath <roland@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>