mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-26 06:50:07 +00:00
Update.
2002-02-19 Ulrich Drepper <drepper@redhat.com.> * stdlib/Versions: Move __on_exit to GLIBC_PRIVATE.
This commit is contained in:
parent
13bc28f66b
commit
15e260e8e0
@ -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>
|
2002-02-19 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* libio/fileops.c (_IO_file_underflow_mmap): Cast to unsigned char
|
* libio/fileops.c (_IO_file_underflow_mmap): Cast to unsigned char
|
||||||
|
@ -7,7 +7,7 @@ libc {
|
|||||||
__strto*_internal;
|
__strto*_internal;
|
||||||
|
|
||||||
# functions used in other libraries
|
# functions used in other libraries
|
||||||
__secure_getenv; __on_exit;
|
__secure_getenv;
|
||||||
|
|
||||||
# a*
|
# a*
|
||||||
a64l; abort; abs; atexit; atof; atoi; atol; atoll;
|
a64l; abort; abs; atexit; atof; atoi; atol; atoll;
|
||||||
@ -93,6 +93,6 @@ libc {
|
|||||||
GLIBC_PRIVATE {
|
GLIBC_PRIVATE {
|
||||||
# functions which have an additional interface since they are
|
# functions which have an additional interface since they are
|
||||||
# are cancelable.
|
# are cancelable.
|
||||||
__libc_system;
|
__libc_system; __on_exit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user