summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid S. Miller <davem@nuts.ninka.net>2002-06-05 13:17:27 -0700
committerDavid S. Miller <davem@nuts.ninka.net>2002-06-05 13:17:27 -0700
commit467abbc929b8663c0e4aced1ee439de4a4b2c61c (patch)
tree185861ee6d95719a0160735fe8e9002d002e2812 /include
parent50da7d0e7884c4ff01ab8aa9cf467b721ef681bf (diff)
asm-generic.h: Add forward siginfo decl for the sake of
HAVE_ARCH_SIGINFO_T platforms.
Diffstat (limited to 'include')
-rw-r--r--include/asm-generic/siginfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-generic/siginfo.h b/include/asm-generic/siginfo.h
index 005c5316ca5d..dcca9fc715a8 100644
--- a/include/asm-generic/siginfo.h
+++ b/include/asm-generic/siginfo.h
@@ -232,6 +232,8 @@ typedef struct sigevent {
#ifdef __KERNEL__
+struct siginfo;
+
#ifndef HAVE_ARCH_COPY_SIGINFO
#include <linux/string.h>