Changeset fcab7ef in mainline for uspace/lib/posix/source/unistd.c
- Timestamp:
- 2017-03-26T20:46:56Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fe91f66
- Parents:
- f644472
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/source/unistd.c
rf644472 rfcab7ef 306 306 int posix_dup2(int fildes, int fildes2) 307 307 { 308 return negerrno( dup2, fildes, fildes2);308 return negerrno(vfs_clone, fildes, fildes2, false); 309 309 } 310 310
Note:
See TracChangeset
for help on using the changeset viewer.