aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/machine/spu/fgetc.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/spu/fgetc.c')
-rw-r--r--newlib/libc/machine/spu/fgetc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/machine/spu/fgetc.c b/newlib/libc/machine/spu/fgetc.c
index 8152032..8e191cf 100644
--- a/newlib/libc/machine/spu/fgetc.c
+++ b/newlib/libc/machine/spu/fgetc.c
@@ -37,8 +37,7 @@ Author: Joel Schopp <jschopp@austin.ibm.com>
#ifndef _REENT_ONLY
int
-_DEFUN (fgetc, (fp),
- FILE * fp)
+fgetc (FILE * fp)
{
int result;