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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user