add TCP_REPAIR_WINDOW to netinet/tcp.h from linux v4.8
[musl] / src / ctype / isascii.c
index 3af0a10..54ad3bf 100644 (file)
@@ -1,4 +1,5 @@
 #include <ctype.h>
+#undef isascii
 
 int isascii(int c)
 {