Changeset ae7bfbbd in mainline for uspace/lib/posix/source/stdio.c
- Timestamp:
- 2017-03-30T20:00:54Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 79ea5af
- Parents:
- 23a0368
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/source/stdio.c
r23a0368 rae7bfbbd 576 576 int posix_remove(const char *path) 577 577 { 578 return negerrno( remove, path);578 return negerrno(unlink, path); 579 579 } 580 580
Note:
See TracChangeset
for help on using the changeset viewer.