Skip to content

Commit 401e457

Browse files
brad0ldionne
authored andcommitted
[libc++] Wipe some more macros that do not belong in C++ forwarding headers
Submitting upstream from OpenBSD tree. Differential Revision: https://reviews.llvm.org/D94569
1 parent ae542d9 commit 401e457

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libcxx/include/stdio.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ void perror(const char* s);
115115
#undef clearerr
116116
#undef feof
117117
#undef ferror
118+
#undef putchar
119+
#undef getchar
118120

119121
#endif
120122

0 commit comments

Comments
 (0)