You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #1101 - koutheir:master, r=alexcrichton
Added dup3() support on FreeBSD, NetBSD, OpenBSD and Solaris
Added `dup3()` support on FreeBSD, NetBSD, OpenBSD and Solaris.
The `dup3()` API is present in:
- FreeBSD 10.0 an later.
- NetBSD 6.0 and later.
- OpenBSD 5.7 and later.
- Solaris 11.4 and later.
0 commit comments