diff options
Diffstat (limited to 'lib/libc/stdio/getc.c')
-rw-r--r-- | lib/libc/stdio/getc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/stdio/getc.c b/lib/libc/stdio/getc.c index 8fb3057..5732568 100644 --- a/lib/libc/stdio/getc.c +++ b/lib/libc/stdio/getc.c @@ -46,6 +46,8 @@ __FBSDID("$FreeBSD$"); #include "libc_private.h" #include "local.h" +#undef getc + int getc(FILE *fp) { |