patch-2.1.29 linux/include/asm-sparc64/signal.h
Next file: linux/include/asm-sparc64/smp.h
Previous file: linux/include/asm-sparc64/sigcontext.h
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Wed Mar 5 17:04:34 1997
- Orig file:
v2.1.28/linux/include/asm-sparc64/signal.h
- Orig date:
Mon Dec 30 02:00:03 1996
diff -u --recursive --new-file v2.1.28/linux/include/asm-sparc64/signal.h linux/include/asm-sparc64/signal.h
@@ -1,4 +1,4 @@
-/* $Id: signal.h,v 1.1 1996/12/26 14:22:37 davem Exp $ */
+/* $Id: signal.h,v 1.2 1997/03/03 16:51:57 jj Exp $ */
#ifndef _ASMSPARC64_SIGNAL_H
#define _ASMSPARC64_SIGNAL_H
@@ -164,13 +164,12 @@
};
struct sigaction32 {
- /* XXX 32-bit func ptr... */
- __sighandler_t sa_handler;
+ unsigned sa_handler;
sigset32_t sa_mask;
unsigned int sa_flags;
/* XXX 32-bit func ptr... */
- void (*sa_restorer) (void); /* not used by Linux/SPARC yet */
+ unsigned sa_restorer; /* not used by Linux/SPARC yet */
};
#endif /* !(__ASSEMBLY__) */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov