diff options
Diffstat (limited to 'newlib/libc/machine/spu/stdio.c')
-rw-r--r-- | newlib/libc/machine/spu/stdio.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/newlib/libc/machine/spu/stdio.c b/newlib/libc/machine/spu/stdio.c index e8b9dd9..14332b4 100644 --- a/newlib/libc/machine/spu/stdio.c +++ b/newlib/libc/machine/spu/stdio.c @@ -52,7 +52,7 @@ _DEFUN (__sfp, (d), return NULL; } -static _VOID +static void _DEFUN (__cleanup, (s), struct _reent *s) { @@ -64,7 +64,7 @@ _DEFUN (__cleanup, (s), } } -_VOID +void _DEFUN (__sinit, (s), struct _reent *s) { @@ -81,7 +81,7 @@ _DEFUN (__sinit, (s), s->_stderr->_fp = SPE_STDERR; } -_VOID +void __check_init (void) { CHECK_INIT(_REENT); |