Changeset 79ea5af in mainline for uspace/lib/c/include/unistd.h
- Timestamp:
- 2017-03-30T20:47:53Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 67e881c
- Parents:
- ae7bfbbd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/unistd.h
rae7bfbbd r79ea5af 65 65 extern int close(int); 66 66 extern int fsync(int); 67 extern int unlink(const char *);68 67 69 68 extern char *getcwd(char *, size_t); 70 extern int rmdir(const char *);71 69 extern int chdir(const char *); 72 70
Note:
See TracChangeset
for help on using the changeset viewer.