diff options
author | 2017-04-18 12:42:29 +0000 | |
---|---|---|
committer | 2017-04-18 12:42:29 +0000 | |
commit | 82433e91876413a411998c5b21862a0b929e7074 (patch) | |
tree | 86927a7cd9b8616aa6ed1854f102c54e17a11997 /lib/libcxx/include/stdio.h | |
parent | same hack logic as maketars. noticed by landry@/semarie@ (diff) | |
download | wireguard-openbsd-82433e91876413a411998c5b21862a0b929e7074.tar.xz wireguard-openbsd-82433e91876413a411998c5b21862a0b929e7074.zip |
wipe some more macros that do not belong in C++ forwarding headers.
(breaks lincity-ng)
okay kettenis@
Diffstat (limited to 'lib/libcxx/include/stdio.h')
-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 |