diff options
Diffstat (limited to 'contrib/llvm-project/libcxx/include/stdio.h')
| -rw-r--r-- | contrib/llvm-project/libcxx/include/stdio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/llvm-project/libcxx/include/stdio.h b/contrib/llvm-project/libcxx/include/stdio.h index cea43aa7680b..72ed5c9f94af 100644 --- a/contrib/llvm-project/libcxx/include/stdio.h +++ b/contrib/llvm-project/libcxx/include/stdio.h @@ -115,6 +115,8 @@ void perror(const char* s); #undef clearerr #undef feof #undef ferror +#undef putchar +#undef getchar #endif |
