Explorar o código

fix misplaced semicolon in preprocessor directive (#undef h_errno)

Rich Felker %!s(int64=13) %!d(string=hai) anos
pai
achega
01e94c4623
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/network/h_errno.c

+ 1 - 1
src/network/h_errno.c

@@ -1,6 +1,6 @@
 #include <netdb.h>
 
-#undef h_errno;
+#undef h_errno
 int h_errno;
 
 int *__h_errno_location(void)