Define sizeof-unw-cursor for xbuild test

This commit is contained in:
Douglas Katzman 2025-09-04 13:17:49 -04:00
parent 07238f9b62
commit 637800e3aa
2 changed files with 2 additions and 0 deletions

View file

@ -163,6 +163,7 @@
(defconstant sizeof-timespec 16) ; #x10
(defconstant sizeof-timeval 16) ; #x10
(defconstant sizeof-unw-cursor 0) ; #x0
;;; sysctl(3) names
(in-package "SB-IMPL")

View file

@ -206,6 +206,7 @@
(defconstant sizeof-timespec 16) ; #x10
(defconstant sizeof-timeval 8) ; #x8
(defconstant sizeof-unw-cursor 0) ; #x0
(in-package "SB-KERNEL")