summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-04-05 00:30:24 +0000
committerUlrich Drepper <drepper@redhat.com>1997-04-05 00:30:24 +0000
commit477f40256ee9339854d35a8443a4e38e2885f5c0 (patch)
tree1ee545870591db4b7381e9c8432be4bbf971fc84 /time
parent67c27119f800cc38f49e4a504d082eb6454751cd (diff)
Provide ITIMER* values also as macros.
Diffstat (limited to 'time')
-rw-r--r--time/time.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/time/time.h b/time/time.h
index 8c1aeaace6..5cd8975d44 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.