* lib/execvpe.c: Include <stdbool.h>.
* modules/execvpe (Depends-on): Add stdbool.
2020-12-26 Bruno Haible <bruno@clisp.org>
+ execvpe: Make dependency to stdbool explicit.
+ * lib/execvpe.c: Include <stdbool.h>.
+ * modules/execvpe (Depends-on): Add stdbool.
+
execlp: Add tests.
* tests/test-execlp-main.c: New file.
* tests/test-execlp.sh: New file.
#include <unistd.h>
#include <errno.h>
+#include <stdbool.h>
#include <stdlib.h>
#include "findprog.h"
Depends-on:
unistd
extensions
+stdbool [test $HAVE_EXECVPE = 0 || test $REPLACE_EXECVPE = 1]
findprog-in [test $HAVE_EXECVPE = 0 || test $REPLACE_EXECVPE = 1]
execve [test $HAVE_EXECVPE = 0 || test $REPLACE_EXECVPE = 1]