]> git.neil.brown.name Git - history.git/commitdiff
asm-generic.h: Add forward siginfo decl for the sake of
authorDavid S. Miller <davem@nuts.ninka.net>
Wed, 5 Jun 2002 20:17:27 +0000 (13:17 -0700)
committerDavid S. Miller <davem@nuts.ninka.net>
Wed, 5 Jun 2002 20:17:27 +0000 (13:17 -0700)
HAVE_ARCH_SIGINFO_T platforms.

include/asm-generic/siginfo.h

index 005c5316ca5d445b06a93290c2ec21652adc1b5c..dcca9fc715a86708b8eac4b78ba1c836524e9992 100644 (file)
@@ -232,6 +232,8 @@ typedef struct sigevent {
 
 #ifdef __KERNEL__
 
+struct siginfo;
+
 #ifndef HAVE_ARCH_COPY_SIGINFO
 
 #include <linux/string.h>