From: Ulrich Drepper Date: Sat, 5 Apr 1997 00:30:24 +0000 (+0000) Subject: Provide ITIMER* values also as macros. X-Git-Tag: cvs/libc20x-ud-970404~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=477f40256ee9339854d35a8443a4e38e2885f5c0;p=thirdparty%2Fglibc.git Provide ITIMER* values also as macros. --- diff --git a/time/time.h b/time/time.h index 8c1aeaace67..5cd8975d444 100644 --- a/time/time.h +++ b/time/time.h @@ -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.