about summary refs log tree commit diff
path: root/time/Versions
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-01-08 02:31:28 +0000
committerUlrich Drepper <drepper@redhat.com>2003-01-08 02:31:28 +0000
commitd3f802f76e0d5140a4233ddcc152f010fa22f9e3 (patch)
treed5da55758e2af4c47661e03785dcb63b3feb187c /time/Versions
parentb5facfdac0a9a10f9b0b145d6e3b1348a751f2ff (diff)
downloadglibc-d3f802f76e0d5140a4233ddcc152f010fa22f9e3.tar.gz
glibc-d3f802f76e0d5140a4233ddcc152f010fa22f9e3.tar.xz
glibc-d3f802f76e0d5140a4233ddcc152f010fa22f9e3.zip
Update.
2003-01-07  Ulrich Drepper  <drepper@redhat.com>

	* time/Versions [GLIBC_2.3.2] (libc): Export strptime_l.
Diffstat (limited to 'time/Versions')
-rw-r--r--time/Versions3
1 files changed, 3 insertions, 0 deletions
diff --git a/time/Versions b/time/Versions
index 616da7edc2..273956d5f3 100644
--- a/time/Versions
+++ b/time/Versions
@@ -59,4 +59,7 @@ libc {
     # these internal names are used by libstdc++
     __strftime_l; __wcsftime_l;
   }
+  GLIBC_2.3.2 {
+    strptime_l;
+  }
 }