patch-2.4.0-test10 linux/include/asm-ia64/siginfo.h
Next file: linux/include/asm-ia64/smp.h
Previous file: linux/include/asm-ia64/semaphore.h
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Mon Oct 9 17:55:00 2000
- Orig file:
v2.4.0-test9/linux/include/asm-ia64/siginfo.h
- Orig date:
Fri Aug 11 19:09:06 2000
diff -u --recursive --new-file v2.4.0-test9/linux/include/asm-ia64/siginfo.h linux/include/asm-ia64/siginfo.h
@@ -235,7 +235,8 @@
#ifdef __KERNEL__
#include <linux/string.h>
-extern inline void copy_siginfo(siginfo_t *to, siginfo_t *from)
+static inline void
+copy_siginfo (siginfo_t *to, siginfo_t *from)
{
if (from->si_code < 0)
memcpy(to, from, sizeof(siginfo_t));
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)