mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Fix stuff-groveled-from-headers for crossbuild-runner
This commit is contained in:
parent
55cea84257
commit
5d2ae935a0
|
|
@ -156,6 +156,9 @@
|
|||
(tv-sec (signed 32))
|
||||
(tv-nsec (signed 32))))
|
||||
|
||||
(defconstant sizeof-timespec 16) ; #x10
|
||||
(defconstant sizeof-timeval 16) ; #x10
|
||||
|
||||
(in-package "SB-KERNEL")
|
||||
|
||||
;;; GENCGC related
|
||||
|
|
|
|||
|
|
@ -150,6 +150,9 @@
|
|||
(tv-sec (signed 64))
|
||||
(tv-nsec (signed 64))))
|
||||
|
||||
(defconstant sizeof-timespec 16) ; #x10
|
||||
(defconstant sizeof-timeval 16) ; #x10
|
||||
|
||||
;;; sysctl(3) names
|
||||
(in-package "SB-IMPL")
|
||||
(defconstant ctl-kern 1) ; #x1
|
||||
|
|
|
|||
|
|
@ -156,6 +156,9 @@
|
|||
(tv-sec (signed 32))
|
||||
(tv-nsec (signed 32))))
|
||||
|
||||
(defconstant sizeof-timespec 16) ; #x10
|
||||
(defconstant sizeof-timeval 16) ; #x10
|
||||
|
||||
(in-package "SB-KERNEL")
|
||||
|
||||
;;; GENCGC related
|
||||
|
|
|
|||
|
|
@ -156,6 +156,9 @@
|
|||
(tv-sec (signed 32))
|
||||
(tv-nsec (signed 32))))
|
||||
|
||||
(defconstant sizeof-timespec 16) ; #x10
|
||||
(defconstant sizeof-timeval 16) ; #x10
|
||||
|
||||
(in-package "SB-KERNEL")
|
||||
|
||||
;;; GENCGC related
|
||||
|
|
|
|||
|
|
@ -156,6 +156,9 @@
|
|||
(tv-sec (signed 64))
|
||||
(tv-nsec (signed 64))))
|
||||
|
||||
(defconstant sizeof-timespec 16) ; #x10
|
||||
(defconstant sizeof-timeval 16) ; #x10
|
||||
|
||||
(in-package "SB-KERNEL")
|
||||
|
||||
;;; GENCGC related
|
||||
|
|
|
|||
|
|
@ -156,6 +156,9 @@
|
|||
(tv-sec (signed 64))
|
||||
(tv-nsec (signed 64))))
|
||||
|
||||
(defconstant sizeof-timespec 16) ; #x10
|
||||
(defconstant sizeof-timeval 16) ; #x10
|
||||
|
||||
(in-package "SB-KERNEL")
|
||||
|
||||
;;; GENCGC related
|
||||
|
|
|
|||
|
|
@ -152,6 +152,9 @@
|
|||
(tv-sec (signed 32))
|
||||
(tv-nsec (signed 32))))
|
||||
|
||||
(defconstant sizeof-timespec 16) ; #x10
|
||||
(defconstant sizeof-timeval 16) ; #x10
|
||||
|
||||
(in-package "SB-KERNEL")
|
||||
|
||||
;;; GENCGC related
|
||||
|
|
|
|||
|
|
@ -158,6 +158,9 @@
|
|||
(tv-sec (signed 64))
|
||||
(tv-nsec (signed 64))))
|
||||
|
||||
(defconstant sizeof-timespec 16) ; #x10
|
||||
(defconstant sizeof-timeval 16) ; #x10
|
||||
|
||||
;;; sysctl(3) names
|
||||
(in-package "SB-IMPL")
|
||||
(defconstant ctl-kern 1) ; #x1
|
||||
|
|
|
|||
|
|
@ -204,6 +204,9 @@
|
|||
(tv-sec (signed 64))
|
||||
(tv-nsec (signed 32))))
|
||||
|
||||
(defconstant sizeof-timespec 16) ; #x10
|
||||
(defconstant sizeof-timeval 16) ; #x10
|
||||
|
||||
(in-package "SB-KERNEL")
|
||||
|
||||
;;; GENCGC related
|
||||
|
|
|
|||
|
|
@ -157,6 +157,9 @@
|
|||
(tv-sec (signed 32))
|
||||
(tv-nsec (signed 32))))
|
||||
|
||||
(defconstant sizeof-timespec 16) ; #x10
|
||||
(defconstant sizeof-timeval 16) ; #x10
|
||||
|
||||
(in-package "SB-KERNEL")
|
||||
|
||||
;;; GENCGC related
|
||||
|
|
|
|||
|
|
@ -204,6 +204,9 @@
|
|||
(tv-sec (signed 32))
|
||||
(tv-nsec (signed 32))))
|
||||
|
||||
(defconstant sizeof-timespec 16) ; #x10
|
||||
(defconstant sizeof-timeval 16) ; #x10
|
||||
|
||||
(in-package "SB-KERNEL")
|
||||
|
||||
;;; GENCGC related
|
||||
|
|
|
|||
Loading…
Reference in a new issue