mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
* misc/Versions (GLIBC_2.2): Add getloadavg.
This commit is contained in:
parent
54e9386dfd
commit
8e755477c3
@ -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.
|
||||
|
@ -103,6 +103,9 @@ libc {
|
||||
tdestroy; truncate64;
|
||||
}
|
||||
GLIBC_2.2 {
|
||||
# g*
|
||||
getloadavg;
|
||||
|
||||
# m*
|
||||
mkdtemp;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user