* 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>
|
1999-10-04 Roland McGrath <roland@baalperazim.frob.com>
|
||||||
|
|
||||||
|
* misc/Versions (GLIBC_2.2): Add getloadavg.
|
||||||
* misc/Makefile (routines): Add getloadavg.
|
* misc/Makefile (routines): Add getloadavg.
|
||||||
* sysdeps/generic/getloadavg.c: New file.
|
* sysdeps/generic/getloadavg.c: New file.
|
||||||
* sysdeps/mach/getloadavg.c: New file.
|
* sysdeps/mach/getloadavg.c: New file.
|
||||||
|
@ -103,6 +103,9 @@ libc {
|
|||||||
tdestroy; truncate64;
|
tdestroy; truncate64;
|
||||||
}
|
}
|
||||||
GLIBC_2.2 {
|
GLIBC_2.2 {
|
||||||
|
# g*
|
||||||
|
getloadavg;
|
||||||
|
|
||||||
# m*
|
# m*
|
||||||
mkdtemp;
|
mkdtemp;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user