summaryrefslogtreecommitdiffstats
path: root/newlib/libc/time/strftime.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-11-26 14:38:58 +0000
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-11-26 14:38:58 +0000
commit6221252b5ecd918cb026e0f5595193e33798ca8d (patch)
tree2437cdb1f31800567f4febaaac17504fdabfa61c /newlib/libc/time/strftime.c
parent4d3c733045cfc14bb1b472a064fd69044f56ca51 (diff)
downloadcygnal-6221252b5ecd918cb026e0f5595193e33798ca8d.tar.gz
cygnal-6221252b5ecd918cb026e0f5595193e33798ca8d.tar.bz2
cygnal-6221252b5ecd918cb026e0f5595193e33798ca8d.zip
2013-11-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* libc/iconv/lib/iconv.c, libc/time/strftime.c: Change "restrict<" to "restrict <" to fix formatting.
Diffstat (limited to 'newlib/libc/time/strftime.c')
-rw-r--r--newlib/libc/time/strftime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/time/strftime.c b/newlib/libc/time/strftime.c
index 195956fbd..f95a85dce 100644
--- a/newlib/libc/time/strftime.c
+++ b/newlib/libc/time/strftime.c
@@ -24,7 +24,7 @@ INDEX
ANSI_SYNOPSIS
#include <time.h>
- size_t strftime(char *restrict<[s]>, size_t <[maxsize]>,
+ size_t strftime(char *restrict <[s]>, size_t <[maxsize]>,
const char *restrict <[format]>,
const struct tm *restrict <[timp]>);