]> Cypherpunks repositories - gostls13.git/commit
add directory argument to os.ForkExec
authorRuss Cox <rsc@golang.org>
Fri, 15 May 2009 17:32:05 +0000 (10:32 -0700)
committerRuss Cox <rsc@golang.org>
Fri, 15 May 2009 17:32:05 +0000 (10:32 -0700)
commitb725e32c993219d93567c77ee43b7156c3d880c4
tree04d1549bbadd62951074437f8f890b1aeba476f4
parenta854c7f993f851ec0c5e240a08aa8331a4de9d68
add directory argument to os.ForkExec

R=iant
DELTA=41  (35 added, 0 deleted, 6 changed)
OCL=28892
CL=28895
src/lib/exec/exec.go
src/lib/os/exec.go
src/lib/os/os_test.go
src/lib/syscall/exec.go