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.
			
			
This commit is contained in:
		| @@ -45,10 +45,10 @@ ANSI_SYNOPSIS | ||||
| 	#include <iconv.h> | ||||
| 	iconv_t iconv_open (const char *<[to]>, const char *<[from]>); | ||||
| 	int iconv_close (iconv_t <[cd]>); | ||||
|         size_t iconv (iconv_t <[cd]>, char **__restrict<[inbuf]>,  | ||||
| 	              size_t *__restrict <[inbytesleft]>,  | ||||
| 		      char **__restrict <[outbuf]>,  | ||||
|                       size_t *__restrict <[outbytesleft]>), | ||||
|         size_t iconv (iconv_t <[cd]>, char **restrict <[inbuf]>,  | ||||
| 	              size_t *restrict <[inbytesleft]>,  | ||||
| 		      char **restrict <[outbuf]>,  | ||||
|                       size_t *restrict <[outbytesleft]>), | ||||
|  | ||||
| 	iconv_t _iconv_open_r (struct _reent *<[rptr]>,  | ||||
| 			       const char *<[to]>, const char *<[from]>); | ||||
|   | ||||
| @@ -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]>); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user