libgo: Use waitpid on systems which do not have wait4.
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 Mar 2011 23:05:04 +0000 (23:05 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 Mar 2011 23:05:04 +0000 (23:05 +0000)
commit37d6b6905758d6112d89e8a0fa9b30ac3fd1fbb6
tree96a73acd062cce5897fb331039d0cb1cb6442134
parentccd3f476fe018616f62e4d79fe2d202ad58611f7
libgo: Use waitpid on systems which do not have wait4.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171758 138bc75d-0d04-0410-961f-82ee72b054a4
libgo/Makefile.am
libgo/Makefile.in
libgo/configure
libgo/configure.ac
libgo/mksysinfo.sh
libgo/syscalls/exec.go
libgo/syscalls/wait4.go [new file with mode: 0644]
libgo/syscalls/waitpid.go [new file with mode: 0644]