diff options
| -rw-r--r-- | sys/src/ape/lib/9/libc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/ape/lib/9/libc.h b/sys/src/ape/lib/9/libc.h index 50f06df89..93fb26d13 100644 --- a/sys/src/ape/lib/9/libc.h +++ b/sys/src/ape/lib/9/libc.h @@ -150,6 +150,7 @@ extern vlong _NSEC(void); #define mallocz _MALLOCZ #define nsec _NSEC #define iounit _IOUNIT +#define sleep _SLEEP #define getwd(buf,len) getcwd(buf,len) #define postnote(who,pid,note) kill(pid,SIGTERM) |
