diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-01-08 02:31:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-01-08 02:31:28 +0000 |
commit | d3f802f76e0d5140a4233ddcc152f010fa22f9e3 (patch) | |
tree | d5da55758e2af4c47661e03785dcb63b3feb187c | |
parent | b5facfdac0a9a10f9b0b145d6e3b1348a751f2ff (diff) | |
download | glibc-d3f802f76e0d5140a4233ddcc152f010fa22f9e3.tar glibc-d3f802f76e0d5140a4233ddcc152f010fa22f9e3.tar.gz glibc-d3f802f76e0d5140a4233ddcc152f010fa22f9e3.tar.bz2 glibc-d3f802f76e0d5140a4233ddcc152f010fa22f9e3.zip |
Update.
2003-01-07 Ulrich Drepper <drepper@redhat.com>
* time/Versions [GLIBC_2.3.2] (libc): Export strptime_l.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | time/Versions | 3 |
2 files changed, 7 insertions, 0 deletions
@@ -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. 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; + } } |