]> Cypherpunks repositories - gostls13.git/commit
syscall: implement syscall.Getppid() on Windows
authorAlan Shreve <alan@inconshreveable.com>
Sat, 14 Jun 2014 05:51:00 +0000 (15:51 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Sat, 14 Jun 2014 05:51:00 +0000 (15:51 +1000)
commit6f6f1bd054bf8789ede8cdfeaf28fa5af88bc371
treea783347ffa3cbc87f4f0d670260031fc32047c2a
parentf303b4965c4f2ebfc3678fa46ae7c6a722d9e14a
syscall: implement syscall.Getppid() on Windows

Also added a test to verify os.Getppid() works across all platforms

LGTM=alex.brainman
R=golang-codereviews, alex.brainman, shreveal, iant
CC=golang-codereviews
https://golang.org/cl/102320044
src/pkg/os/os_test.go
src/pkg/syscall/syscall_windows.go
src/pkg/syscall/zsyscall_windows_386.go
src/pkg/syscall/zsyscall_windows_amd64.go
src/pkg/syscall/ztypes_windows.go