]> Cypherpunks repositories - gostls13.git/commit
syscall: move bsd pipe syscall
authorJoel Sing <jsing@google.com>
Fri, 29 Jul 2011 17:47:20 +0000 (13:47 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 29 Jul 2011 17:47:20 +0000 (13:47 -0400)
commiteb2b3f5dc74181b66848bef194bfd0ec1401345c
tree76ab3957c60559285c624bb332bef13da7823428
parente0b6f4721fac04fbaaa669e3a52818ef6c2d5df1
syscall: move bsd pipe syscall

Not all BSDs have the same pipe() syscall implementation - move the Darwin/FreeBSD specific implementation into their respective OS syscall files. This will be needed to add OpenBSD syscall support.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/4823057
src/pkg/syscall/syscall_bsd.go
src/pkg/syscall/syscall_darwin.go
src/pkg/syscall/syscall_freebsd.go