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 /time | |
parent | b5facfdac0a9a10f9b0b145d6e3b1348a751f2ff (diff) | |
download | glibc-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')
-rw-r--r-- | time/Versions | 3 |
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; + } } |