Feature #7125
Provide execvpe
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Start date:
2016-06-22
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
illumos doesn't have execvpe support and it should be added. I found out while trying to compile cronie 1.5.0. The workaround is to use execvp and do the environment handling myself.
Updated by Adam Števko over 4 years ago
Other systems doesn't have it either as it seems to be GNUism. Not sure, what is policy on these things, but I suppose we could have it, so more software would compile out of the box.