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

@@ -60,7 +60,5 @@ const tcIUCLC = syscall.IUCLC
const tcCRTSCTS uint32 = 0x80000000
//sys ioctl(fd int, req uint64, data uintptr) (err error)
const ioctlTcgetattr = syscall.TCGETS
const ioctlTcsetattr = syscall.TCSETS