re PR bootstrap/21683 (build failure on i386-mingw (sys/wait.h header))
PR target/21683 * fixincl.c: Don't include <sys/wait.h> if SEPARATE_FIX_PROC. From-SVN: r100066
This commit is contained in:
parent
c5d7449889
commit
8ba8f7e557
@ -1,3 +1,8 @@
|
||||
2005-05-22 Danny Smith <dannysmith@users.souceforge.net>
|
||||
|
||||
PR target/21683
|
||||
* fixincl.c: Don't include <sys/wait.h> if SEPARATE_FIX_PROC.
|
||||
|
||||
2005-05-19 Eric Botcazou <ebotcazou@libertysurf.fr>
|
||||
Joseph S. Myers <joseph@codesourcery.com>
|
||||
|
||||
|
@ -24,7 +24,9 @@ Boston, MA 02111-1307, USA. */
|
||||
#include "fixlib.h"
|
||||
|
||||
#include <sys/stat.h>
|
||||
#ifndef SEPARATE_FIX_PROC
|
||||
#include <sys/wait.h>
|
||||
#endif
|
||||
|
||||
#if defined( HAVE_MMAP_FILE )
|
||||
#include <sys/mman.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user