public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix execvp with linuxthreads
@ 2005-01-27 16:32 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2005-01-27 16:32 UTC (permalink / raw)
  To: Ulrich Drepper; +Cc: Glibc hackers

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-01-27 16:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-27 16:32 [PATCH] Fix execvp with linuxthreads Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).