aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-02-19 17:43:23 +0000
committerUlrich Drepper <drepper@redhat.com>2002-02-19 17:43:23 +0000
commit15e260e8e0b7f046f68275a1e1516561a516a0ee (patch)
treea1d63dd6b3954c2e67fb5348d5097797b3ff271d
parent13bc28f66b3ae49a7d93276e25436b2eb7a05565 (diff)
downloadglibc-15e260e8e0b7f046f68275a1e1516561a516a0ee.zip
glibc-15e260e8e0b7f046f68275a1e1516561a516a0ee.tar.gz
glibc-15e260e8e0b7f046f68275a1e1516561a516a0ee.tar.bz2
Update.
2002-02-19 Ulrich Drepper <drepper@redhat.com.> * stdlib/Versions: Move __on_exit to GLIBC_PRIVATE.
-rw-r--r--ChangeLog4
-rw-r--r--stdlib/Versions4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a569669..23f5813 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/stdlib/Versions b/stdlib/Versions
index 6854c5a..274013f 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;
}
}