fix misplaced semicolon in preprocessor directive (#undef h_errno)

This commit is contained in:
Rich Felker 2012-05-16 20:14:30 -04:00
parent c5f3add325
commit 01e94c4623

View file

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