From 82433e91876413a411998c5b21862a0b929e7074 Mon Sep 17 00:00:00 2001 From: espie Date: Tue, 18 Apr 2017 12:42:29 +0000 Subject: [PATCH] wipe some more macros that do not belong in C++ forwarding headers. (breaks lincity-ng) okay kettenis@ --- lib/libcxx/include/stdio.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/libcxx/include/stdio.h b/lib/libcxx/include/stdio.h index 56fb2d83bb2..c135be78f0d 100644 --- a/lib/libcxx/include/stdio.h +++ b/lib/libcxx/include/stdio.h @@ -121,6 +121,8 @@ extern "C++" { #undef clearerr #undef feof #undef ferror +#undef putchar +#undef getchar #endif -- 2.20.1