Changeset a6fc88a in mainline for uspace/lib/posix/source/sys/stat.c
- Timestamp:
- 2017-04-03T21:15:17Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- 8fe46a0
- Parents:
- ea4a3f0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/source/sys/stat.c
rea4a3f0 ra6fc88a 152 152 int posix_mkdir(const char *path, mode_t mode) 153 153 { 154 int rc = rcerrno(vfs_link_path, path, KIND_DIRECTORY );154 int rc = rcerrno(vfs_link_path, path, KIND_DIRECTORY, NULL); 155 155 if (rc != EOK) 156 156 return -1;
Note:
See TracChangeset
for help on using the changeset viewer.