diff options
| author | Andrew Turner <andrew@fubar.geek.nz> | 2021-05-17 15:55:18 +0000 |
|---|---|---|
| committer | Mark Johnston <markjdb@gmail.com> | 2021-05-17 16:03:35 -0400 |
| commit | 043c1c84f179fd7d6cd787340196527d2d4ca048 (patch) | |
| tree | 4fd3a78be6f72ff15201e4c8c128aea2a8211001 /sys/freebsd | |
| parent | e6ee6c99b36c702b09fd7047ccc3b5fa56ebb3c0 (diff) | |
sys/freebsd: fix sigevent_u to work for 386
The spare data is long, so use intptr as the closest type.
Diffstat (limited to 'sys/freebsd')
| -rw-r--r-- | sys/freebsd/ktimer.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/freebsd/ktimer.txt b/sys/freebsd/ktimer.txt index f77957cf6..5ae15da29 100644 --- a/sys/freebsd/ktimer.txt +++ b/sys/freebsd/ktimer.txt @@ -27,7 +27,7 @@ sigevent_u [ tid pid thr sigevent_thread ke_flags flags[evflags, int16] - spare array[int64, 8] + spare array[intptr, 8] ] sigevent_thread { |
