-
- Downloads
fd: dup2() and dup3() now close newfd in case it was open
fdset(fd, fp) now installs fp on fd and closes a previousely opened file if there was any, this makes dup2() and dup3() behave as expected.
Please register or sign in to comment
fdset(fd, fp) now installs fp on fd and closes a previousely opened file if there was any, this makes dup2() and dup3() behave as expected.