Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 8 Jan 2003 02:31:28 +0000 (02:31 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 8 Jan 2003 02:31:28 +0000 (02:31 +0000)
2003-01-07  Ulrich Drepper  <drepper@redhat.com>

* time/Versions [GLIBC_2.3.2] (libc): Export strptime_l.

ChangeLog
time/Versions

index a7536f9..877f1dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-01-07  Ulrich Drepper  <drepper@redhat.com>
+
+       * time/Versions [GLIBC_2.3.2] (libc): Export strptime_l.
+
 2003-01-06  Philip Blundell  <philb@gnu.org>
 
        * sysdeps/unix/arm/sysdep.S (syscall_error): Optimise a little.
index 616da7e..273956d 100644 (file)
@@ -59,4 +59,7 @@ libc {
     # these internal names are used by libstdc++
     __strftime_l; __wcsftime_l;
   }
+  GLIBC_2.3.2 {
+    strptime_l;
+  }
 }