]> Cypherpunks repositories - gostls13.git/commit
syscall: unexport GetCurrentProcessId on Windows
authorRuss Cox <rsc@golang.org>
Fri, 8 Jun 2012 18:28:29 +0000 (14:28 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 8 Jun 2012 18:28:29 +0000 (14:28 -0400)
commit7762a9dc1fea7ac450d5a68d9d9649d62f58cf38
tree8d752dd60f4bee84e6379ffbb3376a7b8063ec0d
parent56f5e6d845fe201cbd58351b610be55ab44c8c1c
syscall: unexport GetCurrentProcessId on Windows

This slipped in with the implementation of Getpid in CL 5909043.
I'd exclude that CL entirely but it is tangled up in the Win32finddata changes.

R=golang-dev, minux.ma
CC=golang-dev
https://golang.org/cl/6297065
src/pkg/syscall/syscall_windows.go
src/pkg/syscall/zsyscall_windows_386.go
src/pkg/syscall/zsyscall_windows_amd64.go