Changeset db24058 in mainline for uspace/lib/libc/include/unistd.h
- Timestamp:
- 2009-06-30T15:53:15Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2d11a7d8
- Parents:
- 6db6fd1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/unistd.h
r6db6fd1 rdb24058 66 66 67 67 extern void _exit(int status) __attribute__ ((noreturn)); 68 extern void *sbrk(ssize_t incr);69 68 extern int usleep(unsigned long usec); 70 69 extern unsigned int sleep(unsigned int seconds);
Note:
See TracChangeset
for help on using the changeset viewer.