Changeset a56cef9 in mainline for uspace/lib/c/include
- Timestamp:
- 2017-03-30T21:09:51Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6e5562a
- Parents:
- 67e881c
- Location:
- uspace/lib/c/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/unistd.h
r67e881c ra56cef9 62 62 63 63 extern int close(int); 64 extern int fsync(int);65 64 66 65 extern char *getcwd(char *, size_t); -
uspace/lib/c/include/vfs/vfs.h
r67e881c ra56cef9 95 95 extern int vfs_statfs(int, struct statfs *); 96 96 extern int vfs_statfs_path(const char *, struct statfs *); 97 extern int vfs_sync(int); 97 98 extern int vfs_unlink(int, const char *, int); 98 99 extern int vfs_unlink_path(const char *);
Note:
See TracChangeset
for help on using the changeset viewer.
