patch-2.4.25 linux-2.4.25/include/asm-m68k/siginfo.h
Next file: linux-2.4.25/include/asm-m68k/signal.h
Previous file: linux-2.4.25/include/asm-m68k/semaphore.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
2004-02-18 05:36:32.000000000 -0800
- Orig file:
linux-2.4.24/include/asm-m68k/siginfo.h
- Orig date:
2002-08-02 17:39:45.000000000 -0700
diff -urN linux-2.4.24/include/asm-m68k/siginfo.h linux-2.4.25/include/asm-m68k/siginfo.h
@@ -227,7 +227,7 @@
#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)