diff options
author | Russ Cox <rsc@golang.org> | 2009-06-17 15:16:06 -0700 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2009-06-17 15:16:06 -0700 |
commit | 02b354d1fd5f02eecb4f0e054119434fae3e216b (patch) | |
tree | 425631189526356ec58780259a89d10b75f71af4 /src/pkg/syscall/syscall_linux.go | |
parent | 1b51203bcc503fea301ec02715ffce08d4f04ed7 (diff) | |
download | golang-02b354d1fd5f02eecb4f0e054119434fae3e216b.tar.gz |
shuffle some Linux system calls around for 386
R=r
DELTA=37 (17 added, 15 deleted, 5 changed)
OCL=30428
CL=30444
Diffstat (limited to 'src/pkg/syscall/syscall_linux.go')
-rw-r--r-- | src/pkg/syscall/syscall_linux.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkg/syscall/syscall_linux.go b/src/pkg/syscall/syscall_linux.go index 1c0a4f5db..ae3eee777 100644 --- a/src/pkg/syscall/syscall_linux.go +++ b/src/pkg/syscall/syscall_linux.go @@ -427,7 +427,6 @@ func SetsockoptLinger(fd, level, opt int, l *Linger) (errno int) { //sys Rename(oldpath string, newpath string) (errno int) //sys Renameat(olddirfd int, oldpath string, newdirfd int, newpath string) (errno int) //sys Rmdir(path string) (errno int) -//sys Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n int, errno int) //sys Setdomainname(p []byte) (errno int) //sys Sethostname(p []byte) (errno int) //sys Setpgid(pid int, pgid int) (errno int) |