diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | time/Versions | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a7536f9333..877f1dd3e0 100644 --- 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. 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; + } } |