diff options
author | Roland McGrath <roland@gnu.org> | 1999-10-04 05:30:05 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-10-04 05:30:05 +0000 |
commit | 8e755477c39f153d3e81a41e10c73975b459d93a (patch) | |
tree | 7f33572e50b56ff1757e311222b5ce8aeb1886ef /misc/Versions | |
parent | 54e9386dfd4528492fe56512d81a02fc65e69fb6 (diff) | |
download | glibc-8e755477c39f153d3e81a41e10c73975b459d93a.tar glibc-8e755477c39f153d3e81a41e10c73975b459d93a.tar.gz glibc-8e755477c39f153d3e81a41e10c73975b459d93a.tar.bz2 glibc-8e755477c39f153d3e81a41e10c73975b459d93a.zip |
* misc/Versions (GLIBC_2.2): Add getloadavg.
Diffstat (limited to 'misc/Versions')
-rw-r--r-- | misc/Versions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/Versions b/misc/Versions index d9eee7a746..4730738a9f 100644 --- a/misc/Versions +++ b/misc/Versions @@ -103,6 +103,9 @@ libc { tdestroy; truncate64; } GLIBC_2.2 { + # g* + getloadavg; + # m* mkdtemp; } |