From 72a386373e0fb620e943064f63f9e4d142c933d7 Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Thu, 24 Oct 2013 01:21:33 +0000 Subject: * libc/include/stdio.h [!__LARGE64_FILES] (funopen): Fix typo in last change. --- newlib/libc/include/stdio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc/include/stdio.h') diff --git a/newlib/libc/include/stdio.h b/newlib/libc/include/stdio.h index 20064d17e..281b587de 100644 --- a/newlib/libc/include/stdio.h +++ b/newlib/libc/include/stdio.h @@ -533,7 +533,7 @@ FILE *_EXFUN(_funopen_r,(struct _reent *, const _PTR __cookie, FILE *_EXFUN(funopen,(const _PTR __cookie, int (*__readfn)(_PTR __cookie, char *__buf, _READ_WRITE_BUFSIZE_TYPE __n), - int (*__writefn)(_PTR __cookie, const char *__buf + int (*__writefn)(_PTR __cookie, const char *__buf, _READ_WRITE_BUFSIZE_TYPE __n), fpos_t (*__seekfn)(_PTR __cookie, fpos_t __off, int __whence), int (*__closefn)(_PTR __cookie))); -- cgit v1.2.3