2003-01-07  Ulrich Drepper  <drepper@redhat.com>

	* time/Versions [GLIBC_2.3.2] (libc): Export strptime_l.
This commit is contained in:
Ulrich Drepper 2003-01-08 02:31:28 +00:00
parent b5facfdac0
commit d3f802f76e
2 changed files with 7 additions and 0 deletions

View File

@ -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.

View File

@ -59,4 +59,7 @@ libc {
# these internal names are used by libstdc++
__strftime_l; __wcsftime_l;
}
GLIBC_2.3.2 {
strptime_l;
}
}