]> Cypherpunks repositories - gostls13.git/commit
syscall: add TCIOFLUSH family of constants
authorDave Cheney <dave@cheney.net>
Fri, 13 Sep 2013 05:01:22 +0000 (15:01 +1000)
committerDave Cheney <dave@cheney.net>
Fri, 13 Sep 2013 05:01:22 +0000 (15:01 +1000)
commitbd9cd6e30e629f8751c978a75befc087b4cb5617
treea58b2335a411b2ea095c5ab0ce46889e92fc2ae2
parent3acddba2ec9ec2b6e8e9f6b9b6843d3780587bfe
syscall: add TCIOFLUSH family of constants

Fixes #6355.

zerrors_linux_{386,amd64,arm}.go were regenerated using mkerrors.sh but I opted to add the three TC.*FLUSH lines by hand to keep the diff smaller and avoid problems with the API checker.

I'll check freebsd and darwin, could I ask for help with net/open bsd.

R=mikioh.mikioh, jsing, minux.ma, bradfitz
CC=golang-dev
https://golang.org/cl/13660043
src/pkg/syscall/consistency_unix_test.go
src/pkg/syscall/mkerrors.sh
src/pkg/syscall/zerrors_linux_386.go
src/pkg/syscall/zerrors_linux_amd64.go
src/pkg/syscall/zerrors_linux_arm.go