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

13 lines
226 B
Text
Raw Normal View History

2023-09-08 05:21:37 +00:00
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