* ggc-page.c (MAP_FAILED): Provide default.
From-SVN: r29961
This commit is contained in:
parent
6871dd65ab
commit
8342b46746
@ -1,3 +1,7 @@
|
||||
Wed Oct 13 21:47:18 1999 Richard Henderson <rth@cygnus.com>
|
||||
|
||||
* ggc-page.c (MAP_FAILED): Provide default.
|
||||
|
||||
Wed Oct 13 21:41:59 1999 Richard Henderson <rth@cygnus.com>
|
||||
|
||||
* sparc.c (symbolic_operand): Verify mode; don't accept CONST_DOUBLE.
|
||||
|
@ -31,6 +31,10 @@
|
||||
#include <sys/mman.h>
|
||||
#endif
|
||||
|
||||
#ifndef MAP_FAILED
|
||||
#define MAP_FAILED -1
|
||||
#endif
|
||||
|
||||
|
||||
/* Stategy:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user