1998-09-07 01:45:24 +02:00
|
|
|
#ifndef _TIME_H
|
1998-08-09 19:39:48 +02:00
|
|
|
#if defined __need_time_t || defined __need_clock_t || defined __need_timespec
|
|
|
|
# include <time/time.h>
|
|
|
|
#else
|
|
|
|
# include <time/time.h>
|
|
|
|
|
2002-08-28 01:36:31 +02:00
|
|
|
extern __typeof (strftime_l) __strftime_l;
|
2003-01-01 00:13:55 +01:00
|
|
|
libc_hidden_proto (__strftime_l)
|
2002-08-28 01:36:31 +02:00
|
|
|
extern __typeof (strptime_l) __strptime_l;
|
|
|
|
|
2002-08-03 14:09:37 +02:00
|
|
|
libc_hidden_proto (time)
|
|
|
|
libc_hidden_proto (asctime)
|
|
|
|
libc_hidden_proto (mktime)
|
|
|
|
libc_hidden_proto (timelocal)
|
|
|
|
libc_hidden_proto (localtime)
|
|
|
|
libc_hidden_proto (strftime)
|
|
|
|
libc_hidden_proto (strptime)
|
|
|
|
|
1998-08-09 19:39:48 +02:00
|
|
|
/* Now define the internal interfaces. */
|
|
|
|
struct tm;
|
|
|
|
|
1998-12-08 17:10:10 +01:00
|
|
|
/* Defined in mktime.c. */
|
Update.
* ctype/ctype-info.c: Declare _nl_C_LC_CTYPE_class,
_nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
_nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
_nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
_nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
_nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
_nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
_nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
_nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower, and
_nl_C_LC_CTYPE_width: Declare as hidden.
* include/locale.h: Declare _nl_locale_file_list.
* locale/C-address.c: Define _nl_C_LC_ADDRESS as hidden.
* locale/C-collate.c: Define _nl_C_LC_COLLATE as hidden.
* locale/C-identification.c: Define _nl_C_LC_IDENTIFICATION as hidden.
* locale/C-measurement.c: Define _nl_C_LC_MEASUREMENT as hidden.
* locale/C-messages.c: Define _nl_C_LC_MESSAGES as hidden.
* locale/C-monetary.c: Define _nl_C_LC_MONETARY as hidden.
* locale/C-name.c: Define _nl_C_LC_NAME as hidden.
* locale/C-numeric.c: Define _nl_C_LC_NUMERIC as hidden.
* locale/C-paper.c: Define _nl_C_LC_PAPER as hidden.
* locale/C-telephone.c: Define _nl_C_LC_TELEPHONE as hidden.
* locale/C-time.c: Define _nl_C_LC_TIME as hidden.
* locale/C-ctype.c: Define _nl_C_LC_CTYPE_class,
_nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
_nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
_nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
_nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
_nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
_nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
_nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
_nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower,
_nl_C_LC_CTYPE_width, and as hidden.
* locale/findlocale.c: Declare _nl_C as hidden.
* locale/newlocale.c: Likewise.
* locale/setlocale.c: Define _nl_C as hidden. Remove declaration of
_nl_locale_file_list.
* locale/xlocale.c: Declare _nl_C_LC_CTYPE_class,
_nl_C_LC_CTYPE_toupper, and _nl_C_LC_CTYPE_tolower as hidden.
Define _nl_C_locobj as hidden.
* malloc/mtrace.c (_mtrace_file): Define as hidden.
(_mtrace_line): Likewise.
* include/time.h: Declare __mon_yday as hidden.
* time/strptime.c [_LIBC] (__mon_yday): Remove declaration.
* libio/libioP.h: Declare __libio_codecvt as hidden.
* libio/fileops.c: Declare __libio_translit as hidden.
* libio/iofwide.c: Define __libio_translit as hidden.
* login/getutent_r.c: Define __libc_utmp_lock as hidden.
* login/getutid_r.c: Declare __libc_utmp_lock as hidden.
* login/getutline_r.c: Likewise.
* login/utmpname.c: Likewise.
* login/utmp-private.h: Declare __libc_utmp_file_functions,
__libc_utmp_unknown_functions, __libc_utmp_jump_table, and
__libc_utmp_file_name as hidden.
* locale/setlocale.c (__libc_setlocale_lock): Define as hidden.
* locale/duplocale.c (__libc_setlocale_lock): Declare as hidden.
* locale/freelocale.c: Likewise.
* locale/lc-time.c: Likewise.
* sysdeps/unix/bsd/getpt.c (__libc_ptyname1): Define as hidden.
(__libc_ptyname2): Likewise.
* sysdeps/unix/sysv/linux/ptsname.c (__libc_ptyname1): Declare as
hidden.
(__libc_ptyname2): Likewise.
* sysdeps/generic/sbrk.c: Declare __libc_multiple_libcs as hidden.
* sysdeps/arm/init-first.c (__libc_multiple_libcs): Define as hidden.
* sysdeps/generic/init-first.c: Likewise.
* sysdeps/i386/init-first.c: Likewise.
* sysdeps/mach/hurd/i386/init-first.c: Likewise.
* sysdeps/mach/hurd/mips/init-first.c: Likewise.
* sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
* sysdeps/sh/init-first.c: Likewise.
* sysdeps/unix/sysv/aix/init-first.c: Likewise.
* sysdeps/unix/sysv/linux/init-first.c: Likewise.
2002-03-13 07:33:52 +01:00
|
|
|
extern const unsigned short int __mon_yday[2][13] attribute_hidden;
|
1998-12-08 17:10:10 +01:00
|
|
|
|
|
|
|
/* Defined in localtime.c. */
|
2002-03-12 11:25:36 +01:00
|
|
|
extern struct tm _tmbuf attribute_hidden;
|
1998-12-08 17:10:10 +01:00
|
|
|
|
|
|
|
/* Defined in tzset.c. */
|
1999-11-23 18:22:17 +01:00
|
|
|
extern char *__tzstring (const char *string);
|
1998-12-08 17:10:10 +01:00
|
|
|
|
|
|
|
/* Defined in tzset.c. */
|
2002-03-12 11:25:36 +01:00
|
|
|
extern size_t __tzname_cur_max attribute_hidden;
|
1998-12-08 17:10:10 +01:00
|
|
|
|
|
|
|
|
2002-03-12 11:25:36 +01:00
|
|
|
extern int __use_tzfile attribute_hidden;
|
1998-12-08 17:10:10 +01:00
|
|
|
|
1999-10-19 15:53:34 +02:00
|
|
|
extern void __tzfile_read (const char *file, size_t extra,
|
1999-11-23 18:22:17 +01:00
|
|
|
char **extrap);
|
1999-10-19 15:53:34 +02:00
|
|
|
extern int __tzfile_compute (time_t timer, int use_localtime,
|
|
|
|
long int *leap_correct, int *leap_hit,
|
1999-11-23 18:22:17 +01:00
|
|
|
struct tm *tp);
|
1999-10-19 15:53:34 +02:00
|
|
|
extern void __tzfile_default (const char *std, const char *dst,
|
1999-11-23 18:22:17 +01:00
|
|
|
long int stdoff, long int dstoff);
|
1998-12-08 17:10:10 +01:00
|
|
|
|
1998-08-09 19:39:48 +02:00
|
|
|
/* Subroutine of `mktime'. Return the `time_t' representation of TP and
|
|
|
|
normalize TP, given that a `struct tm *' maps to a `time_t' as performed
|
|
|
|
by FUNC. Keep track of next guess for time_t offset in *OFFSET. */
|
1999-10-19 15:53:34 +02:00
|
|
|
extern time_t __mktime_internal (struct tm *__tp,
|
|
|
|
struct tm *(*__func) (const time_t *,
|
|
|
|
struct tm *),
|
1999-11-23 18:22:17 +01:00
|
|
|
time_t *__offset);
|
1999-10-19 15:53:34 +02:00
|
|
|
extern struct tm *__localtime_r (__const time_t *__timer,
|
2002-03-15 10:30:44 +01:00
|
|
|
struct tm *__tp) attribute_hidden;
|
1998-08-09 19:39:48 +02:00
|
|
|
|
1999-10-19 15:53:34 +02:00
|
|
|
extern struct tm *__gmtime_r (__const time_t *__restrict __timer,
|
1999-11-23 18:22:17 +01:00
|
|
|
struct tm *__restrict __tp);
|
2002-08-05 01:32:14 +02:00
|
|
|
libc_hidden_proto (__gmtime_r)
|
1999-10-06 05:46:48 +02:00
|
|
|
|
1998-08-09 19:39:48 +02:00
|
|
|
/* Compute the `struct tm' representation of *T,
|
|
|
|
offset OFFSET seconds east of UTC,
|
|
|
|
and store year, yday, mon, mday, wday, hour, min, sec into *TP.
|
|
|
|
Return nonzero if successful. */
|
1999-10-19 15:53:34 +02:00
|
|
|
extern int __offtime (__const time_t *__timer,
|
|
|
|
long int __offset,
|
1999-11-23 18:22:17 +01:00
|
|
|
struct tm *__tp);
|
1998-08-09 19:39:48 +02:00
|
|
|
|
1999-11-23 18:22:17 +01:00
|
|
|
extern char *__asctime_r (__const struct tm *__tp, char *__buf);
|
|
|
|
extern void __tzset (void);
|
1998-08-09 19:39:48 +02:00
|
|
|
|
1998-12-08 17:10:10 +01:00
|
|
|
/* Prototype for the internal function to get information based on TZ. */
|
1999-11-23 18:22:17 +01:00
|
|
|
extern struct tm *__tz_convert (const time_t *timer, int use_localtime, struct tm *tp);
|
1998-12-08 17:10:10 +01:00
|
|
|
|
1998-08-09 19:39:48 +02:00
|
|
|
/* Return the maximum length of a timezone name.
|
|
|
|
This is what `sysconf (_SC_TZNAME_MAX)' does. */
|
1999-11-23 18:22:17 +01:00
|
|
|
extern long int __tzname_max (void);
|
1998-08-09 19:39:48 +02:00
|
|
|
|
1999-10-19 15:53:34 +02:00
|
|
|
extern int __nanosleep (__const struct timespec *__requested_time,
|
1999-11-23 18:22:17 +01:00
|
|
|
struct timespec *__remaining);
|
2002-12-31 11:25:10 +01:00
|
|
|
libc_hidden_proto(__nanosleep)
|
1999-11-23 18:22:17 +01:00
|
|
|
extern int __getdate_r (__const char *__string, struct tm *__resbufp);
|
2000-11-01 09:10:10 +01:00
|
|
|
|
|
|
|
|
|
|
|
/* Determine CLK_TCK value. */
|
|
|
|
extern int __getclktck (void);
|
1998-08-09 19:39:48 +02:00
|
|
|
#endif
|
1998-09-07 01:45:24 +02:00
|
|
|
#endif
|