mirror of
https://github.com/golang/go
synced 2024-11-21 20:24:50 -07:00
runtime: fix FreeBSD build
stab in the dark but plausible: the kernel does try to return time zone information. http://fxr.watson.org/fxr/source/kern/kern_time.c?v=FREEBSD8#L421 R=iant CC=golang-dev https://golang.org/cl/206053
This commit is contained in:
parent
c7d37e41b2
commit
de90a7d4aa
@ -61,6 +61,7 @@ TEXT write(SB),7,$-8
|
||||
TEXT gettime(SB), 7, $32
|
||||
MOVL $116, AX
|
||||
LEAQ 8(SP), DI
|
||||
MOVQ $0, SI
|
||||
SYSCALL
|
||||
|
||||
MOVQ 8(SP), BX // sec
|
||||
|
Loading…
Reference in New Issue
Block a user