1
0
mirror of https://github.com/golang/go synced 2024-11-21 14:24:44 -07:00

syscall: remove obsolete socket IO control

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/4183046
This commit is contained in:
Mikio Hara 2011-02-11 16:20:31 -05:00 committed by Russ Cox
parent 3de98466c8
commit 9b85d499af
2 changed files with 0 additions and 2 deletions

View File

@ -640,7 +640,6 @@ const (
SIOCSIFTXQLEN = 0x8943
SIOCSPGRP = 0x8902
SIOCSRARP = 0x8962
SIOGIFINDEX = 0x8933
SOCK_CLOEXEC = 0x80000
SOCK_DCCP = 0x6
SOCK_DGRAM = 0x2

View File

@ -641,7 +641,6 @@ const (
SIOCSIFTXQLEN = 0x8943
SIOCSPGRP = 0x8902
SIOCSRARP = 0x8962
SIOGIFINDEX = 0x8933
SOCK_CLOEXEC = 0x80000
SOCK_DCCP = 0x6
SOCK_DGRAM = 0x2