add exitcode
This commit is contained in:
parent
4940b55216
commit
d0d15c12d4
9
src/lib9/exitcode.c
Normal file
9
src/lib9/exitcode.c
Normal file
@ -0,0 +1,9 @@
|
||||
#include <u.h>
|
||||
#include <libc.h>
|
||||
|
||||
int
|
||||
exitcode(char *s)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
@ -99,6 +99,7 @@ LIB9OFILES=\
|
||||
errstr.$O\
|
||||
exec.$O\
|
||||
execl.$O\
|
||||
exitcode.$O\
|
||||
fcallfmt.$O\
|
||||
get9root.$O\
|
||||
getcallerpc-$OBJTYPE.$O\
|
||||
|
||||
Loading…
Reference in New Issue
Block a user