diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-27 22:38:19 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-27 22:38:19 +0000 |
commit | c4d6f155e0ad6c3794fd3e7d2fa28e18ee9410b9 (patch) | |
tree | dbd9c143da2c049692889737783bb3db69a6d502 /time/Versions | |
parent | 1d4959d856d014ed8ed0462297e62c355cc7167f (diff) | |
download | glibc-c4d6f155e0ad6c3794fd3e7d2fa28e18ee9410b9.tar.gz glibc-c4d6f155e0ad6c3794fd3e7d2fa28e18ee9410b9.tar.xz glibc-c4d6f155e0ad6c3794fd3e7d2fa28e18ee9410b9.zip |
* time/time.h (__strptime_l, strptime_l): Declare them.
* time/time.h (__strftime_l, strftime_l): Declare them. * wcsmbs/wchar.h (__wcsftime_l, wcsftime_l): Declare them. * time/strftime_l.c: New file. * time/wcsftime_l.c: New file. * time/Makefile (routines): Add strftime_l, wcsftime_l. * time/Versions (libc: GLIBC_2.3): Add __strftime_l, __wcsftime_l, strftime_l, wcsftime_l.
Diffstat (limited to 'time/Versions')
-rw-r--r-- | time/Versions | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/time/Versions b/time/Versions index f3bbb4df8b..616da7edc2 100644 --- a/time/Versions +++ b/time/Versions @@ -50,4 +50,13 @@ libc { # w* wcsftime; } + GLIBC_2.3 { + # s* + strftime_l; + # w* + wcsftime_l; + + # these internal names are used by libstdc++ + __strftime_l; __wcsftime_l; + } } |