mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Define sizeof-unw-cursor for xbuild test
This commit is contained in:
parent
07238f9b62
commit
637800e3aa
|
|
@ -163,6 +163,7 @@
|
||||||
|
|
||||||
(defconstant sizeof-timespec 16) ; #x10
|
(defconstant sizeof-timespec 16) ; #x10
|
||||||
(defconstant sizeof-timeval 16) ; #x10
|
(defconstant sizeof-timeval 16) ; #x10
|
||||||
|
(defconstant sizeof-unw-cursor 0) ; #x0
|
||||||
|
|
||||||
;;; sysctl(3) names
|
;;; sysctl(3) names
|
||||||
(in-package "SB-IMPL")
|
(in-package "SB-IMPL")
|
||||||
|
|
|
||||||
|
|
@ -206,6 +206,7 @@
|
||||||
|
|
||||||
(defconstant sizeof-timespec 16) ; #x10
|
(defconstant sizeof-timespec 16) ; #x10
|
||||||
(defconstant sizeof-timeval 8) ; #x8
|
(defconstant sizeof-timeval 8) ; #x8
|
||||||
|
(defconstant sizeof-unw-cursor 0) ; #x0
|
||||||
|
|
||||||
(in-package "SB-KERNEL")
|
(in-package "SB-KERNEL")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue