aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdio/refill.c
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2017-12-03 20:56:37 -0600
committerYaakov Selkowitz <yselkowi@redhat.com>2018-01-17 11:47:17 -0600
commit670b01da7f04f785df5bed9cd8e22076aa6166d5 (patch)
treeb8aaf51776e0a37aa03af1becae5c9f2c50c8d55 /newlib/libc/stdio/refill.c
parente6321aa6a668376c40bc2792a3bd392e94c29ad6 (diff)
downloadnewlib-670b01da7f04f785df5bed9cd8e22076aa6166d5.zip
newlib-670b01da7f04f785df5bed9cd8e22076aa6166d5.tar.gz
newlib-670b01da7f04f785df5bed9cd8e22076aa6166d5.tar.bz2
ansification: remove _CAST_VOID
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
Diffstat (limited to 'newlib/libc/stdio/refill.c')
-rw-r--r--newlib/libc/stdio/refill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdio/refill.c b/newlib/libc/stdio/refill.c
index fc738d4..6158f3e 100644
--- a/newlib/libc/stdio/refill.c
+++ b/newlib/libc/stdio/refill.c
@@ -107,7 +107,7 @@ _DEFUN(__srefill_r, (ptr, fp),
/* Ignore this file in _fwalk to avoid potential deadlock. */
short orig_flags = fp->_flags;
fp->_flags = 1;
- _CAST_VOID _fwalk (_GLOBAL_REENT, lflush);
+ (void) _fwalk (_GLOBAL_REENT, lflush);
fp->_flags = orig_flags;
/* Now flush this file without locking it. */