about summary refs log tree commit diff
path: root/stdlib/Versions
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-02-28 20:15:06 +0000
committerUlrich Drepper <drepper@redhat.com>2002-02-28 20:15:06 +0000
commit1eb610d162de8470b53b3e31629932ca7726a142 (patch)
tree676231069c8a5ced89cdb495e8bd7010fa1ae53a /stdlib/Versions
parent9321beea94daa4b9679099e0fc092ab1845a507d (diff)
downloadglibc-1eb610d162de8470b53b3e31629932ca7726a142.tar.gz
glibc-1eb610d162de8470b53b3e31629932ca7726a142.tar.xz
glibc-1eb610d162de8470b53b3e31629932ca7726a142.zip
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/Versions5
1 files changed, 4 insertions, 1 deletions
diff --git a/stdlib/Versions b/stdlib/Versions
index 274013f0ed..c2e17e0096 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;
   }
 }