summaryrefslogtreecommitdiffstats
path: root/lib/libcxx/include/stdio.h
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2017-04-18 12:42:29 +0000
committerespie <espie@openbsd.org>2017-04-18 12:42:29 +0000
commit82433e91876413a411998c5b21862a0b929e7074 (patch)
tree86927a7cd9b8616aa6ed1854f102c54e17a11997 /lib/libcxx/include/stdio.h
parentsame hack logic as maketars. noticed by landry@/semarie@ (diff)
downloadwireguard-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.h2
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