1 // Copyright 2014 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
13 func read(fd
int32, p unsafe
.Pointer
, n
int32) int32
14 func closefd(fd
int32) int32
19 func usleep(usec
uint32)
22 func write(fd
uintptr, p unsafe
.Pointer
, n
int32) int32
25 func open(name
*byte, mode
, perm
int32) int32