1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00
2002-02-28  Ulrich Drepper  <drepper@redhat.com>

	* login/login.c (login): Always initialize ut_line field
	[PR libc/2991].
This commit is contained in:
Ulrich Drepper
2002-02-28 20:15:06 +00:00
parent 9321beea94
commit 1eb610d162
3 changed files with 15 additions and 2 deletions

View File

@ -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;
}
}