Align the return types
This commit is contained in:
parent
393005eeec
commit
f0de0abee1
|
@ -2,12 +2,12 @@
|
||||||
service=Shell
|
service=Shell
|
||||||
|
|
||||||
[call::exec]
|
[call::exec]
|
||||||
ret=UINT
|
ret=INT16
|
||||||
arg1=STRING,program
|
arg1=STRING,program
|
||||||
arg2=STRING[],argv
|
arg2=STRING[],argv
|
||||||
arg3=STRING[],envp
|
arg3=STRING[],envp
|
||||||
arg4=STRING,cwd
|
arg4=STRING,cwd
|
||||||
|
|
||||||
[call::run]
|
[call::run]
|
||||||
ret=INT8
|
ret=INT16
|
||||||
arg1=STRING,command
|
arg1=STRING,command
|
||||||
|
|
Loading…
Reference in New Issue
Block a user