correct variadic prototypes for execl* family
authorRich Felker <dalias@aerifal.cx>
Wed, 27 Apr 2011 20:06:33 +0000 (16:06 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 27 Apr 2011 20:06:33 +0000 (16:06 -0400)
commite6bac87d0eaab116878a04874bc5b6a3496cb938
treef88a34682883b960faa59ed0f97e06ae882c2ea0
parent22263709eda9f7d692a0f484fd759f757418dbd7
correct variadic prototypes for execl* family

the old versions worked, but conflicted with programs which declared
their own prototypes and generated warnings with some versions of gcc.
include/unistd.h
src/process/execl.c
src/process/execle.c
src/process/execlp.c