diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-02-28 20:15:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-02-28 20:15:06 +0000 |
commit | 1eb610d162de8470b53b3e31629932ca7726a142 (patch) | |
tree | 676231069c8a5ced89cdb495e8bd7010fa1ae53a /stdlib/Versions | |
parent | 9321beea94daa4b9679099e0fc092ab1845a507d (diff) | |
download | glibc-1eb610d162de8470b53b3e31629932ca7726a142.zip glibc-1eb610d162de8470b53b3e31629932ca7726a142.tar.gz glibc-1eb610d162de8470b53b3e31629932ca7726a142.tar.bz2 |
Update.
2002-02-28 Ulrich Drepper <drepper@redhat.com>
* login/login.c (login): Always initialize ut_line field
[PR libc/2991].
Diffstat (limited to 'stdlib/Versions')
-rw-r--r-- | stdlib/Versions | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/stdlib/Versions b/stdlib/Versions index 274013f..c2e17e0 100644 --- a/stdlib/Versions +++ b/stdlib/Versions @@ -93,6 +93,9 @@ libc { GLIBC_PRIVATE { # functions which have an additional interface since they are # are cancelable. - __libc_system; __on_exit; + __libc_system; + + # functions used in other libraries. + __on_exit; } } |