https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275370

            Bug ID: 275370
           Summary: Add execvpe()
           Product: Base System
           Version: 14.0-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: [email protected]
          Reporter: [email protected]

Would it be possible to add execvpe() that is found on Linux/glibc systems?
Currently I have to do the following:

environ = args->envp;
execvp(args->program, args->argv);

However this workaround will not even compile for shared libraries (one of my
scenarios) because of another FreeBSD bug:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263265

execvpe() would solve my problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to