Changeset 67e881c in mainline for uspace/lib/c/include/unistd.h
- Timestamp:
- 2017-03-30T20:59:36Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a56cef9
- Parents:
- 79ea5af
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/unistd.h
r79ea5af r67e881c 61 61 extern ssize_t read(int, aoff64_t *, void *, size_t); 62 62 63 extern int ftruncate(int, aoff64_t);64 65 63 extern int close(int); 66 64 extern int fsync(int);
Note:
See TracChangeset
for help on using the changeset viewer.