Changeset d0dc74ae in mainline for uspace/lib/libc/include/unistd.h
- Timestamp:
- 2008-01-13T20:35:52Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d85411a
- Parents:
- 0ee4322
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/unistd.h
r0ee4322 rd0dc74ae 50 50 extern off_t lseek(int, off_t, int); 51 51 extern int ftruncate(int, off_t); 52 extern int close(int); 52 53 53 54 extern void _exit(int status);
Note:
See TracChangeset
for help on using the changeset viewer.