From: espie Date: Tue, 18 Apr 2017 12:42:29 +0000 (+0000) Subject: wipe some more macros that do not belong in C++ forwarding headers. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=82433e91876413a411998c5b21862a0b929e7074;p=openbsd wipe some more macros that do not belong in C++ forwarding headers. (breaks lincity-ng) okay kettenis@ --- 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