All //sys instructions moved to separate syscall_* files

Generated `syscall_*` files ranamed to `zsyscall_*` ones
like it done in `golang.org/x/sys` package.
This commit is contained in:
Veniamin Albaev
2017-02-01 09:23:20 +03:00
parent 51237629e6
commit b55fdf163b
13 changed files with 220 additions and 188 deletions

View File

@@ -53,7 +53,5 @@ const tcCRTS_IFLOW uint32 = 0x00020000
const tcCRTSCTS uint32 = tcCCTS_OFLOW
//sys ioctl(fd int, req uint64, data uintptr) (err error)
const ioctlTcgetattr = syscall.TIOCGETA
const ioctlTcsetattr = syscall.TIOCSETA