* misc/Versions (GLIBC_2.2): Add getloadavg.

This commit is contained in:
Roland McGrath 1999-10-04 05:30:05 +00:00
parent 54e9386dfd
commit 8e755477c3
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,6 @@
1999-10-04 Roland McGrath <roland@baalperazim.frob.com>
* misc/Versions (GLIBC_2.2): Add getloadavg.
* misc/Makefile (routines): Add getloadavg.
* sysdeps/generic/getloadavg.c: New file.
* sysdeps/mach/getloadavg.c: New file.

View File

@ -103,6 +103,9 @@ libc {
tdestroy; truncate64;
}
GLIBC_2.2 {
# g*
getloadavg;
# m*
mkdtemp;
}