mirror of
https://github.com/mirror/make.git
synced 2025-02-12 21:00:23 +08:00
* src/makeint.h: [ARM] [SV 58347] Don't assume ARM is not POSIX
This commit is contained in:
parent
fa7f95c66c
commit
db7658e042
@ -115,7 +115,7 @@ extern int errno;
|
||||
#endif
|
||||
|
||||
/* Some systems define _POSIX_VERSION but are not really POSIX.1. */
|
||||
#if (defined (butterfly) || defined (__arm) || (defined (__mips) && defined (_SYSTYPE_SVR3)) || (defined (sequent) && defined (i386)))
|
||||
#if (defined (butterfly) || (defined (__mips) && defined (_SYSTYPE_SVR3)) || (defined (sequent) && defined (i386)))
|
||||
# undef POSIX
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user