]> Savannah Git Hosting - gnulib.git/commit
execl, execle, execlp: Fix compilation error with gcc 14.
authorBruno Haible <bruno@clisp.org>
Sun, 22 Dec 2024 03:38:48 +0000 (04:38 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 22 Dec 2024 03:38:48 +0000 (04:38 +0100)
commit5d406546f1e167fc5c03e436202f097855bfde66
treeb3049aa8a88406ee637448627b2649ff9cd4b35c
parentdc8428747220f9b08128a09d33ef1f241b12ae2a
execl, execle, execlp: Fix compilation error with gcc 14.

* lib/execl.c (execl): Cast second argument of execv.
* lib/execle.c (execle): Cast second argument of execve.
* lib/execlp.c (execlp): Cast second argument of execvp.
ChangeLog
lib/execl.c
lib/execle.c
lib/execlp.c