Changeset 9c4cf0d in mainline for uspace/app/bdsh/cmds/modules/touch/touch.c
- Timestamp:
- 2017-04-02T11:24:06Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- 151f1cc
- Parents:
- b19e892
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/touch/touch.c
rb19e892 r9c4cf0d 133 133 continue; 134 134 } else { 135 close(fd);135 vfs_put(fd); 136 136 fd = -1; 137 137 }
Note:
See TracChangeset
for help on using the changeset viewer.