Changeset 0c09f2b in mainline for uspace/lib/libc/include/unistd.h
- Timestamp:
- 2007-11-19T16:34:25Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bc50fc42
- Parents:
- 2e51969
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/unistd.h
r2e51969 r0c09f2b 46 46 extern void _exit(int status); 47 47 extern void *sbrk(ssize_t incr); 48 extern voidusleep(unsigned long usec);48 extern int usleep(unsigned long usec); 49 49 extern unsigned int sleep(unsigned int seconds); 50 50
Note:
See TracChangeset
for help on using the changeset viewer.