aboutsummaryrefslogtreecommitdiffstats
path: root/sys/freebsd
diff options
context:
space:
mode:
authorAndrew Turner <andrew@fubar.geek.nz>2021-05-17 15:55:18 +0000
committerMark Johnston <markjdb@gmail.com>2021-05-17 16:03:35 -0400
commit043c1c84f179fd7d6cd787340196527d2d4ca048 (patch)
tree4fd3a78be6f72ff15201e4c8c128aea2a8211001 /sys/freebsd
parente6ee6c99b36c702b09fd7047ccc3b5fa56ebb3c0 (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.txt2
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 {