]> git.eshelyaron.com Git - emacs.git/commitdiff
[__GNU__]: Test for not NeXT.
authorRichard M. Stallman <rms@gnu.org>
Fri, 4 Jul 1997 04:45:19 +0000 (04:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 4 Jul 1997 04:45:19 +0000 (04:45 +0000)
src/getloadavg.c

index dba7907bd7787849312078981969542a222df681..0c4098d86191ed1c1d01b4bc37c41b8fa3e4e2bc 100644 (file)
@@ -436,8 +436,10 @@ extern int errno;
 
 # endif /* LOAD_AVE_TYPE */
 
-# ifdef __GNU__
-/* GNU hurd systems act sort of like NeXT ones, for load average purposes.  */
+# if defined(__GNU__) && !defined (NeXT)
+/* Note that NeXT Openstep defines __GNU__ even though it should not.  */
+/* GNU system acts much like NeXT, for load average purposes,
+   but not exactly.  */
 #  define NeXT
 #  define host_self mach_host_self
 # endif