mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-02-06 03:33:03 +00:00
[__GNU__]: Test for not NeXT.
This commit is contained in:
parent
9f88582943
commit
35f1bbbe23
1 changed files with 4 additions and 2 deletions
|
@ -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 a new issue