Various tweaks. The implementation of notify, create, etc.
should really be in lib9.
This commit is contained in:
parent
941c9f36a9
commit
ffcafb8c4b
3 changed files with 16 additions and 6 deletions
|
|
@ -404,3 +404,8 @@ void outlong(long);
|
|||
void outvlong(void*);
|
||||
void outsend(void);
|
||||
void outflush(void);
|
||||
|
||||
|
||||
extern int create(char*, int, ulong);
|
||||
extern int perror(char*);
|
||||
extern int remove(char*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue