*** empty log message ***
From-SVN: r1099
This commit is contained in:
parent
a59d660df7
commit
e6701a475f
@ -34,7 +34,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
#include <signal.h>
|
||||
#include <sys/file.h>
|
||||
#include <sys/stat.h>
|
||||
#ifdef NO_WAIT_H
|
||||
#include <sys/wait.h>
|
||||
#endif
|
||||
|
||||
#ifndef errno
|
||||
extern int errno;
|
||||
|
@ -96,7 +96,7 @@ extern int target_flags;
|
||||
|
||||
/* Define this if move instructions will actually fail to work
|
||||
when given unaligned data. */
|
||||
#define STRICT_ALIGNMENT
|
||||
#define STRICT_ALIGNMENT 1
|
||||
|
||||
/* Define number of bits in most basic integer type.
|
||||
(If undefined, default is BITS_PER_WORD). */
|
||||
|
Loading…
Reference in New Issue
Block a user