I don't know if this is the correct fix, but my kernel can compile with it.
This commit is contained in:
parent
6f3a7b991c
commit
7b92e9236e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52106
@ -125,7 +125,7 @@ typedef void __sighandler_t __P((int));
|
||||
#define SIG_HOLD ((__sighandler_t *)2)
|
||||
#define SIG_ERR ((__sighandler_t *)-1)
|
||||
|
||||
#ifdef _P1003_1B_VISIBLE
|
||||
#if defined(_P1003_1B_VISIBLE) || defined(KERNEL)
|
||||
union sigval {
|
||||
/* Members as suggested by Annex C of POSIX 1003.1b. */
|
||||
int sigval_int;
|
||||
|
@ -125,7 +125,7 @@ typedef void __sighandler_t __P((int));
|
||||
#define SIG_HOLD ((__sighandler_t *)2)
|
||||
#define SIG_ERR ((__sighandler_t *)-1)
|
||||
|
||||
#ifdef _P1003_1B_VISIBLE
|
||||
#if defined(_P1003_1B_VISIBLE) || defined(KERNEL)
|
||||
union sigval {
|
||||
/* Members as suggested by Annex C of POSIX 1003.1b. */
|
||||
int sigval_int;
|
||||
|
Loading…
Reference in New Issue
Block a user