mirror of git://gcc.gnu.org/git/gcc.git
* testsuite/test-expandargv.c: Include unistd.h.
From-SVN: r203993
This commit is contained in:
parent
ecdbd01aa1
commit
89ac07979f
|
|
@ -1,3 +1,7 @@
|
||||||
|
2013-10-23 Gerald Pfeifer <gerald@pfeifer.com>
|
||||||
|
|
||||||
|
* testsuite/test-expandargv.c: Include unistd.h.
|
||||||
|
|
||||||
2013-10-15 David Malcolm <dmalcolm@redhat.com>
|
2013-10-15 David Malcolm <dmalcolm@redhat.com>
|
||||||
|
|
||||||
* configure.ac: If --enable-host-shared, use -fPIC.
|
* configure.ac: If --enable-host-shared, use -fPIC.
|
||||||
|
|
|
||||||
|
|
@ -40,6 +40,9 @@
|
||||||
#ifdef HAVE_STRING_H
|
#ifdef HAVE_STRING_H
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef HAVE_UNISTD_H
|
||||||
|
#include <unistd.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef EXIT_SUCCESS
|
#ifndef EXIT_SUCCESS
|
||||||
#define EXIT_SUCCESS 0
|
#define EXIT_SUCCESS 0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue