mirror of
https://github.com/mirror/make.git
synced 2025-03-25 01:00:30 +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
|
#endif
|
||||||
|
|
||||||
/* Some systems define _POSIX_VERSION but are not really POSIX.1. */
|
/* 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
|
# undef POSIX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user