mirror of
https://github.com/mirror/make.git
synced 2025-04-24 12:00:35 +08:00
[__GNU__]: Test for not NeXT.
This commit is contained in:
parent
9f88582943
commit
35f1bbbe23
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user