diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2002-09-03 04:30:00 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2002-09-03 04:30:00 +0000 |
| commit | b11ac5597c8b72fa7819610bb765570330f96711 (patch) | |
| tree | 947563fc580709df465746c97ae01b098df94bca /sys | |
| parent | 530d743a2f17cd3ee7098e1e6422950ad74c263d (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/ia64/include/signal.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/ia64/include/signal.h b/sys/ia64/include/signal.h index 418279ab815c6..b5fefe2c0a3e6 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 |
