2002-02-19  Ulrich Drepper  <drepper@redhat.com.>

	* stdlib/Versions: Move __on_exit to GLIBC_PRIVATE.
This commit is contained in:
Ulrich Drepper 2002-02-19 17:43:23 +00:00
parent 13bc28f66b
commit 15e260e8e0
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2002-02-19 Ulrich Drepper <drepper@redhat.com.>
* stdlib/Versions: Move __on_exit to GLIBC_PRIVATE.
2002-02-19 Jakub Jelinek <jakub@redhat.com>
* libio/fileops.c (_IO_file_underflow_mmap): Cast to unsigned char

View File

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