mirror of git://sourceware.org/git/glibc.git
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>
|
2004-12-13 Paolo Bonzini <bonzini@gnu.org>
|
||||||
|
|
||||||
Separate parsing and creation of the NFA. Avoided recursion on
|
Separate parsing and creation of the NFA. Avoided recursion on
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,7 @@
|
||||||
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
#include <stdbool.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
#include <fmtmsg.h>
|
#include <fmtmsg.h>
|
||||||
#include <mcheck.h>
|
#include <mcheck.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue