mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-02-11 14:52:19 +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 */
|
# endif /* LOAD_AVE_TYPE */
|
||||||
|
|
||||||
# ifdef __GNU__
|
# if defined(__GNU__) && !defined (NeXT)
|
||||||
/* GNU hurd systems act sort of like NeXT ones, for load average purposes. */
|
/* 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 NeXT
|
||||||
# define host_self mach_host_self
|
# define host_self mach_host_self
|
||||||
# endif
|
# endif
|
||||||
|
|
Loading…
Reference in a new issue