mirror of
https://github.com/rwinkhart/sys.git
synced 2026-09-05 08:37:31 -04:00
unix: use nsendmsg and nrecvmsg on AIX
This is the x/sys/unix patch of CL 170537. This patches has regenerated some files which have been therefore updated. That's why Getsystemcfg is also added in zsyscall_aix_ppc.go Change-Id: I4aade3e0e2e29cef13b1c8018a57100712eabb50 Reviewed-on: https://go-review.googlesource.com/c/sys/+/172259 Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com> Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
@@ -926,6 +926,8 @@ const (
|
||||
TCSETSF = 0x5404
|
||||
TCSETSW = 0x5403
|
||||
TCXONC = 0x540b
|
||||
TIMER_ABSTIME = 0x3e7
|
||||
TIMER_MAX = 0x20
|
||||
TIOC = 0x5400
|
||||
TIOCCBRK = 0x2000747a
|
||||
TIOCCDTR = 0x20007478
|
||||
|
||||
Reference in New Issue
Block a user