]> Cypherpunks repositories - gostls13.git/commitdiff
syscall: add missing TIOCGSID for openbsd/386
authorMikio Hara <mikioh.mikioh@gmail.com>
Mon, 5 May 2014 22:22:10 +0000 (07:22 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Mon, 5 May 2014 22:22:10 +0000 (07:22 +0900)
The previous syscall constants regeneration on openbsd was conducted
with OpenBSD current 3 months ago and it missed updating openbsd/386.
This CL adds TIOCGSID for fixing the inconsistency between opensbd/amd64
and openbsd/386.

Update #7049

LGTM=iant
R=jsing, rsc, iant
CC=golang-codereviews
https://golang.org/cl/96960044

src/pkg/syscall/zerrors_openbsd_386.go

index c52a67c37d8e942d78adfea1466c6ee145b92a62..c512bc2ce96d32d902bc1d4ac5e7ef64378c5a4e 100644 (file)
@@ -1228,6 +1228,7 @@ const (
        TIOCGETD                          = 0x4004741a
        TIOCGFLAGS                        = 0x4004745d
        TIOCGPGRP                         = 0x40047477
+       TIOCGSID                          = 0x40047463
        TIOCGTSTAMP                       = 0x400c745b
        TIOCGWINSZ                        = 0x40087468
        TIOCMBIC                          = 0x8004746b