]> Cypherpunks repositories - gostls13.git/commit
syscall: fix build. WUNTRACED isn't defined for win32.
authorYasuhiro Matsumoto <mattn.jp@gmail.com>
Wed, 19 Jan 2011 07:00:19 +0000 (23:00 -0800)
committerRob Pike <r@golang.org>
Wed, 19 Jan 2011 07:00:19 +0000 (23:00 -0800)
commit4a7cdc794452ce31432b881af99ec994887d07ee
tree3c0dba002f0451df360d065d4819ee9e6e9e0205
parent052ff45690fef2630c43cdde5ee91ba502f1370a
syscall: fix build. WUNTRACED isn't defined for win32.
For Windows, the options for syscall.Wait4() aren't used.
Then this will be dummy value like WNOHANG, WSTOPPED.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/4075041
src/pkg/syscall/syscall_windows.go