aboutsummaryrefslogtreecommitdiff
path: root/src/process/execle.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-07add missing va_end in execl* for correcness and static code analyzersSzabolcs Nagy1-0/+1
2013-10-03fix new environment always being null with execleRich Felker1-2/+1
2011-04-27correct variadic prototypes for execl* familyRich Felker1-5/+6