Changeset f15cf1a6 in mainline for uspace/lib/libc/include
- Timestamp:
- 2008-02-17T16:22:10Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cf19ab5
- Parents:
- e704503
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/unistd.h
re704503 rf15cf1a6 51 51 extern int ftruncate(int, off_t); 52 52 extern int close(int); 53 extern int unlink(const char *); 54 extern int rmdir(const char *); 53 55 54 56 extern void _exit(int status);
Note:
See TracChangeset
for help on using the changeset viewer.