mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
syscall: correct Linux Splice definition
Fixes #1376. R=r CC=golang-dev https://golang.org/cl/3869042
This commit is contained in:
parent
ddc2710d69
commit
189d4ff776
7 changed files with 35 additions and 33 deletions
|
|
@ -30,6 +30,7 @@ package syscall
|
|||
//sys Setresuid(ruid int, euid int, suid int) (errno int)
|
||||
//sys Setreuid(ruid int, euid int) (errno int)
|
||||
//sys Shutdown(fd int, how int) (errno int)
|
||||
//sys Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, errno int)
|
||||
//sys Stat(path string, stat *Stat_t) (errno int)
|
||||
//sys Statfs(path string, buf *Statfs_t) (errno int)
|
||||
//sys SyncFileRange(fd int, off int64, n int64, flags int) (errno int)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue