]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 27 Jan 2005 18:49:47 +0000 (18:49 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 27 Jan 2005 18:49:47 +0000 (18:49 +0000)
2005-01-27  Jakub Jelinek  <jakub@redhat.com>

* stdlib/tst-fmtmsg.c: Include stdlib.h.
* stdio-common/tst-fmemopen2.c: Include string.h.
* posix/execvp.c: Include stdbool.h.

ChangeLog
posix/execvp.c
stdio-common/tst-fmemopen2.c
stdlib/tst-fmtmsg.c

index f9a34f7f6be123f39adc244b951031aa96e1ea21..059ed87f0171143ce57cec3525c9d65b5ad63c39 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-01-27  Jakub Jelinek  <jakub@redhat.com>
+
+       * stdlib/tst-fmtmsg.c: Include stdlib.h.
+       * stdio-common/tst-fmemopen2.c: Include string.h.
+       * posix/execvp.c: Include stdbool.h.
+
 2004-12-13  Paolo Bonzini  <bonzini@gnu.org>
 
        Separate parsing and creation of the NFA.  Avoided recursion on
index d8dce7aeb7a53fe9c3ecfa966e388baef68ac8c2..9ccfd7fc22ca934d95d4dbc57ad4ea34ffc54864 100644 (file)
@@ -18,6 +18,7 @@
 
 #include <unistd.h>
 #include <stdarg.h>
+#include <stdbool.h>
 #include <stdlib.h>
 #include <string.h>
 #include <errno.h>
index 6a0ee836a2751382e9fdf33dd23a4cf54856b7d2..bcb136e8c1f0e226f6b6ff30dc6165675d382b39 100644 (file)
@@ -1,5 +1,6 @@
 #include <assert.h>
 #include <stdio.h>
+#include <string.h>
 #include <sys/types.h>
 
 
index 055478963a83cad1b3916b65c9bb9b0fba97872e..c3748d64d5be3c964df47d76cd6226a2813f4d9a 100644 (file)
@@ -1,6 +1,7 @@
 #include <fmtmsg.h>
 #include <mcheck.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <string.h>