]> Cypherpunks repositories - gostls13.git/commit
syscall: reduce duplication between *bsd and linux
authorDave Cheney <dave@cheney.net>
Sat, 22 Jun 2013 01:03:40 +0000 (11:03 +1000)
committerDave Cheney <dave@cheney.net>
Sat, 22 Jun 2013 01:03:40 +0000 (11:03 +1000)
commitdd3a3cfa4939e54490d8dd0c1c121869c7eddde3
tree87c64a484232e1c3eb1e3ef22f0b37be2a1fd295
parentde47f68c99e9c86a32261b45752819a86cac74f2
syscall: reduce duplication between *bsd and linux

See discussion: https://groups.google.com/forum/#!topic/golang-dev/zSmH0lQxKAs

Part 1 of several.

Move identical types and functions to syscall_unix.go.

R=rsc, mikioh.mikioh, r
CC=golang-dev
https://golang.org/cl/10392048
src/pkg/syscall/syscall_bsd.go
src/pkg/syscall/syscall_linux.go
src/pkg/syscall/syscall_unix.go