implement fexecve in terms of execveat when it exists
authorJoseph C. Sible <josephcsible@gmail.com>
Sun, 2 Sep 2018 17:42:26 +0000 (13:42 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 4 Sep 2018 23:26:52 +0000 (19:26 -0400)
commite36f80cba6d5eefcc1ee664f16c2c72054b83134
tree88e85d4a1c0291ea8c6c0d9f5c993a4fa70482f1
parent0fa1e638e87cf257e9f96b4019b2076afd674a19
implement fexecve in terms of execveat when it exists

This lets fexecve work even when /proc isn't mounted.
src/process/fexecve.c