diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2017-04-18 12:42:30 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2017-04-18 12:42:30 +0000 |
commit | b77e7a97c078d2efead7f854736d0e595ede6311 (patch) | |
tree | b10d9034b2d8cf6af25357eb6b6e0b25b8d0dff6 /lib/libcxx | |
parent | f410b24cad82389cb5e6336cc798dd702e1632c4 (diff) |
wipe some more macros that do not belong in C++ forwarding headers.
(breaks lincity-ng)
okay kettenis@
Diffstat (limited to 'lib/libcxx')
-rw-r--r-- | lib/libcxx/include/stdio.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |