diff --git a/crossbuild-runner/backends/arm/stuff-groveled-from-headers.lisp b/crossbuild-runner/backends/arm/stuff-groveled-from-headers.lisp index c15c473a9..6f5493617 100644 --- a/crossbuild-runner/backends/arm/stuff-groveled-from-headers.lisp +++ b/crossbuild-runner/backends/arm/stuff-groveled-from-headers.lisp @@ -127,6 +127,9 @@ (defconstant sigwinch 28) ; #x1c (defconstant sigxcpu 24) ; #x18 (defconstant sigxfsz 25) ; #x19 +(defconstant itimer-real 0) ; #x0 +(defconstant itimer-virtual 1) ; #x1 +(defconstant itimer-prof 2) ; #x2 (defconstant fpe-intovf 2) ; #x2 (defconstant fpe-intdiv 1) ; #x1 (defconstant fpe-fltdiv 3) ; #x3 diff --git a/crossbuild-runner/backends/arm64/darwin-headers.lisp b/crossbuild-runner/backends/arm64/darwin-headers.lisp index 84c45ff05..4039cc518 100644 --- a/crossbuild-runner/backends/arm64/darwin-headers.lisp +++ b/crossbuild-runner/backends/arm64/darwin-headers.lisp @@ -128,6 +128,9 @@ (defconstant sigwinch 28) ; #x1c (defconstant sigxcpu 24) ; #x18 (defconstant sigxfsz 25) ; #x19 +(defconstant itimer-real 0) ; #x0 +(defconstant itimer-virtual 1) ; #x1 +(defconstant itimer-prof 2) ; #x2 (defconstant fpe-intovf 8) ; #x8 (defconstant fpe-intdiv 7) ; #x7 (defconstant fpe-fltdiv 1) ; #x1 diff --git a/crossbuild-runner/backends/arm64/linux-headers.lisp b/crossbuild-runner/backends/arm64/linux-headers.lisp index 6ed8a761d..0c0645dc5 100644 --- a/crossbuild-runner/backends/arm64/linux-headers.lisp +++ b/crossbuild-runner/backends/arm64/linux-headers.lisp @@ -126,6 +126,9 @@ (defconstant sigwinch 28) ; #x1c (defconstant sigxcpu 24) ; #x18 (defconstant sigxfsz 25) ; #x19 +(defconstant itimer-real 0) ; #x0 +(defconstant itimer-virtual 1) ; #x1 +(defconstant itimer-prof 2) ; #x2 (defconstant fpe-intovf 2) ; #x2 (defconstant fpe-intdiv 1) ; #x1 (defconstant fpe-fltdiv 3) ; #x3 diff --git a/crossbuild-runner/backends/mips/stuff-groveled-from-headers.lisp b/crossbuild-runner/backends/mips/stuff-groveled-from-headers.lisp index c15c473a9..6f5493617 100644 --- a/crossbuild-runner/backends/mips/stuff-groveled-from-headers.lisp +++ b/crossbuild-runner/backends/mips/stuff-groveled-from-headers.lisp @@ -127,6 +127,9 @@ (defconstant sigwinch 28) ; #x1c (defconstant sigxcpu 24) ; #x18 (defconstant sigxfsz 25) ; #x19 +(defconstant itimer-real 0) ; #x0 +(defconstant itimer-virtual 1) ; #x1 +(defconstant itimer-prof 2) ; #x2 (defconstant fpe-intovf 2) ; #x2 (defconstant fpe-intdiv 1) ; #x1 (defconstant fpe-fltdiv 3) ; #x3 diff --git a/crossbuild-runner/backends/ppc/stuff-groveled-from-headers.lisp b/crossbuild-runner/backends/ppc/stuff-groveled-from-headers.lisp index 6a017dd2e..8fccf90f4 100644 --- a/crossbuild-runner/backends/ppc/stuff-groveled-from-headers.lisp +++ b/crossbuild-runner/backends/ppc/stuff-groveled-from-headers.lisp @@ -126,6 +126,9 @@ (defconstant sigwinch 28) ; #x1c (defconstant sigxcpu 24) ; #x18 (defconstant sigxfsz 25) ; #x19 +(defconstant itimer-real 0) ; #x0 +(defconstant itimer-virtual 1) ; #x1 +(defconstant itimer-prof 2) ; #x2 (defconstant fpe-intovf 2) ; #x2 (defconstant fpe-intdiv 1) ; #x1 (defconstant fpe-fltdiv 3) ; #x3 diff --git a/crossbuild-runner/backends/ppc64/stuff-groveled-from-headers.lisp b/crossbuild-runner/backends/ppc64/stuff-groveled-from-headers.lisp index c4dc7345a..0f21462a0 100644 --- a/crossbuild-runner/backends/ppc64/stuff-groveled-from-headers.lisp +++ b/crossbuild-runner/backends/ppc64/stuff-groveled-from-headers.lisp @@ -126,6 +126,9 @@ (defconstant sigwinch 28) ; #x1c (defconstant sigxcpu 24) ; #x18 (defconstant sigxfsz 25) ; #x19 +(defconstant itimer-real 0) ; #x0 +(defconstant itimer-virtual 1) ; #x1 +(defconstant itimer-prof 2) ; #x2 (defconstant fpe-intovf 2) ; #x2 (defconstant fpe-intdiv 1) ; #x1 (defconstant fpe-fltdiv 3) ; #x3 diff --git a/crossbuild-runner/backends/riscv/stuff-groveled-from-headers.lisp b/crossbuild-runner/backends/riscv/stuff-groveled-from-headers.lisp index 034899b37..a7c9e63a1 100644 --- a/crossbuild-runner/backends/riscv/stuff-groveled-from-headers.lisp +++ b/crossbuild-runner/backends/riscv/stuff-groveled-from-headers.lisp @@ -126,6 +126,9 @@ (defconstant sigwinch 28) ; #x1c (defconstant sigxcpu 24) ; #x18 (defconstant sigxfsz 25) ; #x19 +(defconstant itimer-real 0) ; #x0 +(defconstant itimer-virtual 1) ; #x1 +(defconstant itimer-prof 2) ; #x2 (defconstant fpe-intovf 2) ; #x2 (defconstant fpe-intdiv 1) ; #x1 (defconstant fpe-fltdiv 3) ; #x3 diff --git a/crossbuild-runner/backends/sparc/stuff-groveled-from-headers.lisp b/crossbuild-runner/backends/sparc/stuff-groveled-from-headers.lisp index c9883c28d..a47debd53 100644 --- a/crossbuild-runner/backends/sparc/stuff-groveled-from-headers.lisp +++ b/crossbuild-runner/backends/sparc/stuff-groveled-from-headers.lisp @@ -126,6 +126,9 @@ (defconstant sigwinch 20) ; #x14 (defconstant sigxcpu 30) ; #x1e (defconstant sigxfsz 31) ; #x1f +(defconstant itimer-real 0) ; #x0 +(defconstant itimer-virtual 1) ; #x1 +(defconstant itimer-prof 2) ; #x2 (defconstant fpe-intovf 2) ; #x2 (defconstant fpe-intdiv 1) ; #x1 (defconstant fpe-fltdiv 3) ; #x3 diff --git a/crossbuild-runner/backends/x86-64/posix-headers.lisp b/crossbuild-runner/backends/x86-64/posix-headers.lisp index 1eadf16f1..1d2b84c4d 100644 --- a/crossbuild-runner/backends/x86-64/posix-headers.lisp +++ b/crossbuild-runner/backends/x86-64/posix-headers.lisp @@ -128,6 +128,9 @@ (defconstant sigwinch 28) ; #x1c (defconstant sigxcpu 24) ; #x18 (defconstant sigxfsz 25) ; #x19 +(defconstant itimer-real 0) ; #x0 +(defconstant itimer-virtual 1) ; #x1 +(defconstant itimer-prof 2) ; #x2 (defconstant fpe-intovf 2) ; #x2 (defconstant fpe-intdiv 1) ; #x1 (defconstant fpe-fltdiv 3) ; #x3 diff --git a/crossbuild-runner/backends/x86/posix-headers.lisp b/crossbuild-runner/backends/x86/posix-headers.lisp index df90fec52..5b51f66a5 100644 --- a/crossbuild-runner/backends/x86/posix-headers.lisp +++ b/crossbuild-runner/backends/x86/posix-headers.lisp @@ -127,6 +127,9 @@ (defconstant sigwinch 28) ; #x1c (defconstant sigxcpu 24) ; #x18 (defconstant sigxfsz 25) ; #x19 +(defconstant itimer-real 0) ; #x0 +(defconstant itimer-virtual 1) ; #x1 +(defconstant itimer-prof 2) ; #x2 (defconstant fpe-intovf 2) ; #x2 (defconstant fpe-intdiv 1) ; #x1 (defconstant fpe-fltdiv 3) ; #x3