about summary refs log tree commit diff
path: root/posix/tst-fexecve.c
Commit message (Collapse)AuthorAgeFilesLines
* Use execveat syscall in fexecve (bug 22134)Andreas Schwab2017-09-191-0/+88
By using execveat we no longer depend on /proc. The execveat syscall was introduced in 3.19, except for a few late comers.