Various tweaks. The implementation of notify, create, etc.

should really be in lib9.
This commit is contained in:
rsc 2003-10-11 02:45:55 +00:00
parent 941c9f36a9
commit ffcafb8c4b
3 changed files with 16 additions and 6 deletions

View file

@ -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*);