Changeset 9ea7d90 in mainline
- Timestamp:
- 2011-09-08T19:50:46Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 713ea96a
- Parents:
- 2aeec8ef
- git-author:
- Maurizio Lombardi <m.lombardi85@…> (2011-09-08 19:50:46)
- git-committer:
- Jakub Jermar <jakub@…> (2011-09-08 19:50:46)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/vfs/vfs.c
r2aeec8ef r9ea7d90 654 654 async_exch_t *exch = vfs_exchange_begin(); 655 655 656 req = async_send_ 0(exch, VFS_IN_UNLINK, NULL);656 req = async_send_1(exch, VFS_IN_UNLINK, lflag, NULL); 657 657 rc = async_data_write_start(exch, pa, pa_size); 658 658 if (rc != EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.