[PATCH] Fix execvp with linuxthreads

Jakub Jelinek jakub@redhat.com
Thu Jan 27 16:32:00 GMT 2005


Hi!

execvp.c doesn't build with linuxthreads, fixed thusly:

2005-01-27  Jakub Jelinek  <jakub@redhat.com>

	* posix/execvp.c: Include stdbool.h.

--- libc/posix/execvp.c.jj	2005-01-26 14:45:23.000000000 +0100
+++ libc/posix/execvp.c	2005-01-27 17:30:17.242581623 +0100
@@ -18,6 +18,7 @@
 
 #include <unistd.h>
 #include <stdarg.h>
+#include <stdbool.h>
 #include <stdlib.h>
 #include <string.h>
 #include <errno.h>

	Jakub



More information about the Libc-hacker mailing list