1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 17:25:17 +03:00
aports/testing/chez-scheme/64bit-ti3le-constant.patch
2020-09-29 16:33:45 +00:00

12 lines
403 B
Diff

Alpine ships 64bit time in musl 1.2 on 32bit arches
--- src/s/ti3le.def
+++ src/s/ti3le.def
@@ -24,7 +24,7 @@
(define-constant size_t-bits 32)
(define-constant ptrdiff_t-bits 32)
(define-constant wchar-bits 32)
-(define-constant time-t-bits 32)
+(define-constant time-t-bits 64)
(define-constant max-float-alignment 4)
(define-constant max-integer-alignment 4)
(define-constant asm-arg-reg-max 1)