Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(801)

Issue 4075041: code review 4075041: WUNTRACED isn't defined for win32. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 5 months ago by mattn
Modified:
14 years, 5 months ago
Reviewers:
CC:
golang-dev, r
Visibility:
Public.

Description

WUNTRACED isn't defined for win32. for windows, The options for syscall.Wait4() isn't used. Then, this will be dummy value like WNOHANG, WSTOPPED.

Patch Set 1 #

Patch Set 2 : code review 4075041: WUNTRACED isn't defined for win32. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M src/pkg/syscall/syscall_windows.go View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 3
mattn
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 5 months ago (2011-01-19 06:18:14 UTC) #1
r
LGTM
14 years, 5 months ago (2011-01-19 06:57:47 UTC) #2
r
14 years, 5 months ago (2011-01-19 07:00:24 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=897345bb2631 ***

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
http://codereview.appspot.com/4075041

Committer: Rob Pike <r@golang.org>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b