diff options
author | Roland McGrath <roland@redhat.com> | 1994-06-24 10:22:37 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1994-06-24 10:22:37 +0000 |
commit | 6348923799f66c2ece4ef20439fd89864ebafda7 (patch) | |
tree | f49d6abcbda134a7e71b3ff1d5172af2d5e00378 /make.h | |
parent | 660a23d6493910c3cf5fa0699811d1c1c3f3e655 (diff) | |
download | gunmake-6348923799f66c2ece4ef20439fd89864ebafda7.tar.gz |
Fix typo in last change.
Diffstat (limited to 'make.h')
-rw-r--r-- | make.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |