about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--io/Versions2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ced58fc4d..73df1b795d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-11-09  H.J. Lu  <hjl@gnu.org>
+
+	* io/Versions (GLIBC_2.2): Add __open64.
+
 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
 
 	* locale/C-time.c (_nl_C_LC_TIME): Fix value for _NL_TIME_WEEK_1STWEEK.
diff --git a/io/Versions b/io/Versions
index 10df42253a..e84559946c 100644
--- a/io/Versions
+++ b/io/Versions
@@ -94,5 +94,7 @@ libc {
   GLIBC_2.2 {
     # p*
     posix_fadvise; posix_fadvise64; posix_fallocate; posix_fallocate64;
+
+    __open64;
   }
 }