From 6221252b5ecd918cb026e0f5595193e33798ca8d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 26 Nov 2013 14:38:58 +0000 Subject: 2013-11-25 Joel Sherrill * libc/iconv/lib/iconv.c, libc/time/strftime.c: Change "restrict<" to "restrict <" to fix formatting. --- newlib/libc/time/strftime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc/time/strftime.c') 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 - 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]>); -- cgit v1.2.3