Align the return types

This commit is contained in:
Pierre Pronchery 2016-09-15 04:04:29 +02:00
parent 393005eeec
commit f0de0abee1

View File

@ -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