diff options
author | Joel Sherrill <joel.sherrill@oarcorp.com> | 2013-11-25 17:55:33 +0000 |
---|---|---|
committer | Joel Sherrill <joel.sherrill@oarcorp.com> | 2013-11-25 17:55:33 +0000 |
commit | d264970f79a6b8b67ee87bd995d2b73265b5673d (patch) | |
tree | 9d955f20e40bc906b430048b4c0d53bc610a16eb /newlib/libc/time/strftime.c | |
parent | 05efdc441d17d1d28b646c4c167d542072b0b0dc (diff) | |
download | cygnal-d264970f79a6b8b67ee87bd995d2b73265b5673d.tar.gz cygnal-d264970f79a6b8b67ee87bd995d2b73265b5673d.tar.bz2 cygnal-d264970f79a6b8b67ee87bd995d2b73265b5673d.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.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/time/strftime.c b/newlib/libc/time/strftime.c index ea15813d8..195956fbd 100644 --- a/newlib/libc/time/strftime.c +++ b/newlib/libc/time/strftime.c @@ -25,8 +25,8 @@ INDEX ANSI_SYNOPSIS #include <time.h> size_t strftime(char *restrict<[s]>, size_t <[maxsize]>, - const char *restrict<[format]>, - const struct tm *restrict<[timp]>); + const char *restrict <[format]>, + const struct tm *restrict <[timp]>); TRAD_SYNOPSIS #include <time.h> |