From d3f802f76e0d5140a4233ddcc152f010fa22f9e3 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 8 Jan 2003 02:31:28 +0000 Subject: [PATCH] Update. 2003-01-07 Ulrich Drepper * time/Versions [GLIBC_2.3.2] (libc): Export strptime_l. --- ChangeLog | 4 ++++ time/Versions | 3 +++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index a7536f9333..877f1dd3e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-01-07 Ulrich Drepper + + * time/Versions [GLIBC_2.3.2] (libc): Export strptime_l. + 2003-01-06 Philip Blundell * 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; + } } -- 2.43.5