This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r214972 - /trunk/libgo/go/syscall/exec_linux.go


Author: ian
Date: Fri Sep  5 15:24:36 2014
New Revision: 214972

URL: https://gcc.gnu.org/viewcvs?rev=214972&root=gcc&view=rev
Log:
runtime: Use the clone system call on GNU/Linux.

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

Modified:
    trunk/libgo/go/syscall/exec_linux.go


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]