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

Issue 1863046: code review 1863046: test/sigchld.go: use syscall.Kill instead of a combination (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 11 months ago by Raj_
Modified:
14 years, 11 months ago
Reviewers:
CC:
rsc, iant, golang-dev
Visibility:
Public.

Description

test/sigchld.go: use syscall.Kill instead of a combination of syscall.Syscall and syscall.SYS_KILL. In RTEMS, there is no syscall.Syscall support, but it does support POSIX signals. So, if this testcase is changed to use syscall.Kill, then it would run fine on RTEMS, when using gccgo.

Patch Set 1 #

Patch Set 2 : code review 1863046: test/sigchld.go: use syscall.Kill instead of a combination #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M test/sigchld.go View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5
Raj_
Hello rsc, iant (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 11 months ago (2010-07-26 19:49:55 UTC) #1
Raj_
On Tue, Jul 27, 2010 at 1:19 AM, <vinutheraj@gmail.com> wrote: > Reviewers: rsc, iant, > ...
14 years, 11 months ago (2010-07-26 19:53:39 UTC) #2
rsc1
LGTM
14 years, 11 months ago (2010-07-29 01:26:12 UTC) #3
rsc
*** Submitted as http://code.google.com/p/go/source/detail?r=43fd9bb529f0 *** test/sigchld.go: use syscall.Kill instead of a combination of syscall.Syscall and ...
14 years, 11 months ago (2010-07-29 01:26:31 UTC) #4
Raj_
14 years, 11 months ago (2010-07-29 11:11:34 UTC) #5
Thanks.

On Thu, Jul 29, 2010 at 6:56 AM, <rsc@google.com> wrote:

> LGTM
>
>
>
> http://codereview.appspot.com/1863046/show
>
Sign in to reply to this message.

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