diff options
Diffstat (limited to 'newlib/libc/stdio64')
-rw-r--r-- | newlib/libc/stdio64/tmpfile64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdio64/tmpfile64.c b/newlib/libc/stdio64/tmpfile64.c index 58b945d..2012417 100644 --- a/newlib/libc/stdio64/tmpfile64.c +++ b/newlib/libc/stdio64/tmpfile64.c @@ -84,7 +84,7 @@ _DEFUN (_tmpfile64_r, (ptr), #ifndef _REENT_ONLY FILE * -_DEFUN_VOID (tmpfile64) +tmpfile64 (void) { return _tmpfile64_r (_REENT); } |