mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 14:00:30 +00:00
Update.
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.
This commit is contained in:
parent
02f3550c8b
commit
717ecb1fe5
@ -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
|
||||
|
@ -18,6 +18,7 @@
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
@ -1,5 +1,6 @@
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
#include <fmtmsg.h>
|
||||
#include <mcheck.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user