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:
660a23d
)
Fix typo in last change.
author
Roland McGrath
<roland@redhat.com>
Fri, 24 Jun 1994 10:22:37 +0000
(10:22 +0000)
committer
Roland McGrath
<roland@redhat.com>
Fri, 24 Jun 1994 10:22:37 +0000
(10:22 +0000)
make.h
patch
|
blob
|
history
diff --git
a/make.h
b/make.h
index 2074fe9d8269b1403f353100263d0409a6b1dd59..5ff702c357f62865b6c71104a055004158f43627 100644
(file)
--- a/
make.h
+++ b/
make.h
@@
-67,7
+67,7
@@
extern int errno;
#endif
/* Some systems define _POSIX_VERSION but are not really POSIX.1. */
-#if (defined (butterfly) || defined (__arm) \
+#if (defined (butterfly) || defined (__arm)
||
\
(defined (__mips) && defined (_SYSTYPE_SVR3)) || \
(defined (sequent) && defined (i386)))
#undef POSIX