fix misplaced semicolon in preprocessor directive (#undef h_errno)
[musl] / src / network / h_errno.c
index 5560234..4f700ce 100644 (file)
@@ -1,6 +1,6 @@
 #include <netdb.h>
 
-#undef h_errno;
+#undef h_errno
 int h_errno;
 
 int *__h_errno_location(void)