mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 21:00:05 +00:00
Update.
2003-01-07 Ulrich Drepper <drepper@redhat.com> * time/Versions [GLIBC_2.3.2] (libc): Export strptime_l.
This commit is contained in:
parent
b5facfdac0
commit
d3f802f76e
@ -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.
|
||||
|
@ -59,4 +59,7 @@ libc {
|
||||
# these internal names are used by libstdc++
|
||||
__strftime_l; __wcsftime_l;
|
||||
}
|
||||
GLIBC_2.3.2 {
|
||||
strptime_l;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user