Move werrstr into errstr, so that if you use werrstr
you have to get this __errfmt instead of the one in libfmt that only does Unix error codes.
This commit is contained in:
parent
8110278003
commit
169aba14a4
3 changed files with 14 additions and 14 deletions
|
|
@ -16,10 +16,12 @@ OFILES=\
|
|||
lock.$O\
|
||||
malloctag.$O\
|
||||
mallocz.$O\
|
||||
netmkaddr.$O\
|
||||
nrand.$O\
|
||||
qlock.$O\
|
||||
readn.$O\
|
||||
rendez-$(SYSNAME).$O\
|
||||
sleep.$O\
|
||||
strecpy.$O\
|
||||
sysfatal.$O\
|
||||
tas-$(OBJTYPE).$O\
|
||||
|
|
@ -28,7 +30,6 @@ OFILES=\
|
|||
u32.$O\
|
||||
u64.$O\
|
||||
wait.$O\
|
||||
werrstr.$O\
|
||||
|
||||
HFILES=\
|
||||
$(PLAN9)/include/lib9.h\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue