diff options
Diffstat (limited to 'lib/std/execvp.myr')
-rw-r--r-- | lib/std/execvp.myr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/std/execvp.myr b/lib/std/execvp.myr index 58c8c60..d8a5119 100644 --- a/lib/std/execvp.myr +++ b/lib/std/execvp.myr @@ -8,8 +8,8 @@ use "strsplit.use" use "syswrap.use" pkg std = - const execvp : (cmd : byte[:], args : byte[:][:] -> int64) - const execvpe : (cmd : byte[:], args : byte[:][:], env : byte[:][:] -> int64) + const execvp : (cmd : byte[:], args : byte[:][:] -> errno) + const execvpe : (cmd : byte[:], args : byte[:][:], env : byte[:][:] -> errno) ;; const execvp = {cmd, args |