aboutsummaryrefslogtreecommitdiff
path: root/include/libc.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-16 21:28:44 +0000
committerrsc <devnull@localhost>2005-01-16 21:28:44 +0000
commit10f14b04f31487f02f9fa7ac8d7d633683edaa65 (patch)
treee8afd389299b97db4c5bf76ba9ab2fb7dd674fe3 /include/libc.h
parent32053cdfb36ca6653bc2aad7a1962ab9692ae286 (diff)
downloadplan9port-10f14b04f31487f02f9fa7ac8d7d633683edaa65.tar.gz
plan9port-10f14b04f31487f02f9fa7ac8d7d633683edaa65.tar.bz2
plan9port-10f14b04f31487f02f9fa7ac8d7d633683edaa65.zip
update return interface
Diffstat (limited to 'include/libc.h')
-rw-r--r--include/libc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/libc.h b/include/libc.h
index 2528ee98..653606a1 100644
--- a/include/libc.h
+++ b/include/libc.h
@@ -722,10 +722,10 @@ extern int unmount(char*, char*);
*/
extern int noted(int);
extern int notify(void(*)(void*, char*));
-extern void noteenable(char*);
-extern void notedisable(char*);
-extern void notifyon(char*);
-extern void notifyoff(char*);
+extern int noteenable(char*);
+extern int notedisable(char*);
+extern int notifyon(char*);
+extern int notifyoff(char*);
extern int p9open(char*, int);
extern int fd2path(int, char*, int);
extern int p9pipe(int*);