runtime: Use the clone system call on GNU/Linux.
commit1308b2f5e3a983a77614b185b4b576dee8c7c50d
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Sep 2014 15:24:36 +0000 (5 15:24 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Sep 2014 15:24:36 +0000 (5 15:24 +0000)
tree8f3ee162354eef2377a071a0cab0836a7e80b4c7
parent93ee8dfb44262805ace7599c2fa60423810f0567
runtime: Use the clone system call on GNU/Linux.

Without this we weren't supporting the standard Cloneflags
field of SysProcAttr.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@214972 138bc75d-0d04-0410-961f-82ee72b054a4
libgo/go/syscall/exec_linux.go