mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-06 14:10:30 +08:00
Provide ITIMER* values also as macros.
This commit is contained in:
parent
67c27119f8
commit
477f40256e
@ -152,8 +152,9 @@ extern time_t __mktime_internal __P ((struct tm *__tp,
|
||||
/* Format TP into S according to FORMAT.
|
||||
Write no more than MAXSIZE characters and return the number
|
||||
of characters written, or 0 if it would exceed MAXSIZE. */
|
||||
extern size_t strftime __P ((char *__s, size_t __maxsize,
|
||||
__const char *__format, __const struct tm *__tp));
|
||||
extern size_t strftime __P ((char *__restrict __s, size_t __maxsize,
|
||||
__const char *__restrict __format,
|
||||
__const struct tm *__restrict __tp));
|
||||
|
||||
#ifdef __USE_XOPEN
|
||||
/* Parse S according to FORMAT and store binary time information in TP.
|
||||
|
Loading…
x
Reference in New Issue
Block a user