projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a511f5
)
Formerly make.h.~73~
author
Roland McGrath
<roland@redhat.com>
Thu, 8 Jul 1993 23:51:22 +0000
(23:51 +0000)
committer
Roland McGrath
<roland@redhat.com>
Thu, 8 Jul 1993 23:51:22 +0000
(23:51 +0000)
make.h
patch
|
blob
|
history
diff --git
a/make.h
b/make.h
index
f533e52
..
8475efa
100644
(file)
--- a/
make.h
+++ b/
make.h
@@
-55,9
+55,9
@@
extern int errno;
#endif
#endif
-#ifdef butterfly
-/* The BBN Butterfly has <unistd.h> that defines _POSIX_VERSION,
- but isn't really a POSIX.1 system. */
+/* Some systems define _POSIX_VERSION but are not really POSIX.1. */
+#if (defined (butterfly) || \
+ (defined (__mips) && defined (_SYSTYPE_SVR3)))
#undef POSIX
#endif