summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-09-03 04:30:00 +0000
committerpeter <peter@FreeBSD.org>2002-09-03 04:30:00 +0000
commit6faa305558432e71c661e8530e7f483b9ad47e70 (patch)
tree947563fc580709df465746c97ae01b098df94bca
parent5dc5eb83434a29d15458748b690a21a4c2beec80 (diff)
downloadFreeBSD-src-6faa305558432e71c661e8530e7f483b9ad47e70.zip
FreeBSD-src-6faa305558432e71c661e8530e7f483b9ad47e70.tar.gz
Make this compile
-rw-r--r--sys/ia64/include/signal.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/ia64/include/signal.h b/sys/ia64/include/signal.h
index 418279a..b5fefe2 100644
--- a/sys/ia64/include/signal.h
+++ b/sys/ia64/include/signal.h
@@ -74,7 +74,9 @@ struct ia64_fpreg {
* representations of 'struct reg' and 'struct fpreg', respectively.
*/
typedef unsigned int osigset_t;
-struct osigcontext {};
+struct osigcontext {
+ int _not_used;
+};
/*
* The sequence of the fields should match those in
OpenPOWER on IntegriCloud