renamed to execve to make it more clear
This commit is contained in:
@@ -4,6 +4,6 @@ package core
|
||||
|
||||
import "errors"
|
||||
|
||||
func exec(argv0 string, argv []string, envv []string) error {
|
||||
func execve(argv0 string, argv []string, envv []string) error {
|
||||
return errors.ErrUnsupported
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user