Stubbed Setuid and friends. Stubbed Exec (#3290)

Co-authored-by: TachyonicBytes <TB>
This commit is contained in:
tachyonicbytes
2022-11-16 11:14:27 +02:00
committed by GitHub
parent 4daf4fa0a0
commit d92e16e6dc
2 changed files with 11 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
package syscall
func Exec(argv0 string, argv []string, envv []string) (err error)