ports/devel/llvm/16/patches/patch-libcxx_include_stdio_h

12 lines
226 B
Text

Index: libcxx/include/stdio.h
--- libcxx/include/stdio.h.orig
+++ libcxx/include/stdio.h
@@ -115,6 +115,8 @@ void perror(const char* s);
#undef clearerr
#undef feof
#undef ferror
+#undef putchar
+#undef getchar
#endif