mirror of
https://github.com/mirror/make.git
synced 2025-04-24 12:00:35 +08:00
[ps2]: Use nlist instead of knlist #ifdef _AIX.
This commit is contained in:
parent
0afe62e255
commit
ee2b67af6d
@ -811,7 +811,7 @@ getloadavg (loadavg, nelem)
|
||||
|
||||
#ifndef SUNOS_5
|
||||
if (
|
||||
#ifndef _AIX
|
||||
#if !(defined (_AIX) && !defined (ps2))
|
||||
nlist (KERNEL_FILE, nl)
|
||||
#else /* _AIX */
|
||||
knlist (nl, 1, sizeof (nl[0]))
|
||||
|
Loading…
Reference in New Issue
Block a user