mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
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\
|
||||
exec.$O\
|
||||
execl.$O\
|
||||
exitcode.$O\
|
||||
fcallfmt.$O\
|
||||
get9root.$O\
|
||||
getcallerpc-$OBJTYPE.$O\
|
||||
|
|
Loading…
Reference in a new issue