]> Cypherpunks repositories - gostls13.git/commit
syscall: document that Exec wraps execve(2)
authorKevin Burke <kev@inburke.com>
Wed, 14 Sep 2016 06:31:07 +0000 (23:31 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 12 Oct 2016 15:02:57 +0000 (15:02 +0000)
commit8d1d9292ff024f6c7586d27edd2c84c1ca8d9bf5
tree112c44522faf7bc1109e5e218d3aac6d7d75c403
parent68998433556a5c9ee0f7d8d544ffb006a724adaf
syscall: document that Exec wraps execve(2)

Change-Id: I611511434f37c75f77c22f61f469108243bc0101
Reviewed-on: https://go-review.googlesource.com/29121
Reviewed-by: Russ Cox <rsc@golang.org>
src/syscall/exec_unix.go