Revision b1ecb4c3a9e33cc8b93ac9cb046b535b72a15f68 authored by Al Viro on 04 May 2005, 04:40:12 UTC, committed by Linus Torvalds on 04 May 2005, 14:33:15 UTC
New file - asm-generic/signal.h.  Contains declarations of
__sighandler_t, __sigrestore_t, SIG_DFL, SIG_IGN, SIG_ERR and default
definitions of SIG_BLOCK, SIG_UNBLOCK and SIG_SETMASK.

asm-*/signal.h switched to including it.  The only exception is
asm-parisc/signal.h that wants its own declaration of __sighandler_t;
that one is left as-is.

asm-ppc64/signal.h required one more thing - unlike everybody else it
used __sigrestorer_t instead of usual __sigrestore_t.  PPC64 switched to
common spelling.

Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent 0555985
History
File Mode Size
Makefile -rw-r--r-- 157 bytes
checkpoint.c -rw-r--r-- 17.5 KB
commit.c -rw-r--r-- 24.4 KB
journal.c -rw-r--r-- 53.7 KB
recovery.c -rw-r--r-- 14.5 KB
revoke.c -rw-r--r-- 19.9 KB
transaction.c -rw-r--r-- 60.7 KB

back to top