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 #2467 - rtzoeller:dfly_fexecve, r=JohnTitor
Add fexecve() to DragonFly
DragonFly 6.0 added support for `fexecve(2)`.
Implementing it with a mismatched signature from what C exposes, as outlined in #1272, for consistency with other platforms.
Tested with nix-rust/nix#1577
0 commit comments