add exitcode
This commit is contained in:
parent
4940b55216
commit
d0d15c12d4
2 changed files with 10 additions and 0 deletions
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\
|
errstr.$O\
|
||||||
exec.$O\
|
exec.$O\
|
||||||
execl.$O\
|
execl.$O\
|
||||||
|
exitcode.$O\
|
||||||
fcallfmt.$O\
|
fcallfmt.$O\
|
||||||
get9root.$O\
|
get9root.$O\
|
||||||
getcallerpc-$OBJTYPE.$O\
|
getcallerpc-$OBJTYPE.$O\
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue