]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 19 Feb 2002 17:43:23 +0000 (17:43 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 19 Feb 2002 17:43:23 +0000 (17:43 +0000)
2002-02-19  Ulrich Drepper  <drepper@redhat.com.>

* stdlib/Versions: Move __on_exit to GLIBC_PRIVATE.

ChangeLog
stdlib/Versions

index a569669038321515fec0315f6eff1986f9bf222c..23f5813287579c65f8e6e629c0dab952aeb66849 100644 (file)
--- 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
index 6854c5a6d69eb1dbaf09a1a44ebef32572b4051e..274013f0ededb2559ae78fe99a5c00f8a681ae98 100644 (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;
   }
 }