aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdio/makebuf.c
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2017-12-03 21:12:33 -0600
committerYaakov Selkowitz <yselkowi@redhat.com>2018-01-17 11:47:20 -0600
commit67ee0cac4cfc1a0a5b4f1403584ef8222ee5a110 (patch)
treed2e79b5cfa668067440dab055e0e2b6984687628 /newlib/libc/stdio/makebuf.c
parentfff27f84298c8ae64879e143b068c3b2e6a11ba4 (diff)
downloadnewlib-67ee0cac4cfc1a0a5b4f1403584ef8222ee5a110.zip
newlib-67ee0cac4cfc1a0a5b4f1403584ef8222ee5a110.tar.gz
newlib-67ee0cac4cfc1a0a5b4f1403584ef8222ee5a110.tar.bz2
ansification: remove _VOID
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
Diffstat (limited to 'newlib/libc/stdio/makebuf.c')
-rw-r--r--newlib/libc/stdio/makebuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdio/makebuf.c b/newlib/libc/stdio/makebuf.c
index c76527d..37a50d4 100644
--- a/newlib/libc/stdio/makebuf.c
+++ b/newlib/libc/stdio/makebuf.c
@@ -34,7 +34,7 @@
* optimization) right after the _fstat() that finds the buffer size.
*/
-_VOID
+void
_DEFUN(__smakebuf_r, (ptr, fp),
struct _reent *ptr,
register FILE *fp)