mirror of
https://github.com/golang/go
synced 2024-11-12 07:00:21 -07:00
syscall: fix plan9 build
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5532097
This commit is contained in:
parent
e547393fcc
commit
e3e93b0f43
@ -268,6 +268,11 @@ func Fchdir(fd int) (err error) {
|
||||
return Chdir(path)
|
||||
}
|
||||
|
||||
type Timespec struct {
|
||||
Sec int32
|
||||
Nsec int32
|
||||
}
|
||||
|
||||
type Timeval struct {
|
||||
Sec int32
|
||||
Usec int32
|
||||
|
Loading…
Reference in New Issue
Block a user