From: Ulrich Drepper Date: Tue, 19 Feb 2002 17:43:23 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2-3~1053 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=15e260e8e0b7f046f68275a1e1516561a516a0ee;p=thirdparty%2Fglibc.git Update. 2002-02-19 Ulrich Drepper * stdlib/Versions: Move __on_exit to GLIBC_PRIVATE. --- diff --git a/ChangeLog b/ChangeLog index a5696690383..23f58132875 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-02-19 Ulrich Drepper + + * stdlib/Versions: Move __on_exit to GLIBC_PRIVATE. + 2002-02-19 Jakub Jelinek * libio/fileops.c (_IO_file_underflow_mmap): Cast to unsigned char diff --git a/stdlib/Versions b/stdlib/Versions index 6854c5a6d69..274013f0ede 100644 --- a/stdlib/Versions +++ b/stdlib/Versions @@ -7,7 +7,7 @@ libc { __strto*_internal; # functions used in other libraries - __secure_getenv; __on_exit; + __secure_getenv; # a* a64l; abort; abs; atexit; atof; atoi; atol; atoll; @@ -93,6 +93,6 @@ libc { GLIBC_PRIVATE { # functions which have an additional interface since they are # are cancelable. - __libc_system; + __libc_system; __on_exit; } }