]> 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>
Wed, 25 Dec 2024 13:45:13 +0000 (14:45 +0100)
commitc0a32f9a70d646c322684df5697ecbdeffbad678
treef3d96a1070f4c36548e29c7e1cb08544c8c238c6
parentd7eda08d22ac0f36f08e613c5804d4211687f542
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