runtime: Use the clone system call on GNU/Linux.
authorIan Lance Taylor <ian@gcc.gnu.org>
Fri, 5 Sep 2014 15:24:36 +0000 (15:24 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 5 Sep 2014 15:24:36 +0000 (15:24 +0000)
commit01c2fa9d53bee9a6aeeb2b8026081db22c2a66f1
tree8f3ee162354eef2377a071a0cab0836a7e80b4c7
parent68a1a6c080d945adc22c5098e155c7ad500f81df
runtime: Use the clone system call on GNU/Linux.

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

From-SVN: r214972
libgo/go/syscall/exec_linux.go