mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-11-25 04:35:44 +00:00
[ps2]: Use nlist instead of knlist #ifdef _AIX.
This commit is contained in:
parent
0afe62e255
commit
ee2b67af6d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue