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