Descriptiontest/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 #
MessagesTotal messages: 5
|