dns response handling: don't treat too many addresses as an error
[musl] / src / ctype / isascii.c
index 3af0a10..54ad3bf 100644 (file)
@@ -1,4 +1,5 @@
 #include <ctype.h>
+#undef isascii
 
 int isascii(int c)
 {