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
Kconfig -rw-r--r-- 3.1 KB
Makefile -rw-r--r-- 429 bytes
dir.c -rw-r--r-- 31.1 KB
file.c -rw-r--r-- 6.7 KB
getopt.c -rw-r--r-- 1.9 KB
getopt.h -rw-r--r-- 367 bytes
inode.c -rw-r--r-- 25.2 KB
ioctl.c -rw-r--r-- 16.1 KB
mmap.c -rw-r--r-- 2.9 KB
ncplib_kernel.c -rw-r--r-- 33.6 KB
ncplib_kernel.h -rw-r--r-- 7.8 KB
ncpsign_kernel.c -rw-r--r-- 3.6 KB
ncpsign_kernel.h -rw-r--r-- 727 bytes
sock.c -rw-r--r-- 21.8 KB
symlink.c -rw-r--r-- 4.3 KB

back to top