From 1eb610d162de8470b53b3e31629932ca7726a142 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 28 Feb 2002 20:15:06 +0000 Subject: Update. 2002-02-28 Ulrich Drepper * login/login.c (login): Always initialize ut_line field [PR libc/2991]. --- stdlib/Versions | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'stdlib') 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; } } -- cgit 1.4.1