mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
fix misplaced semicolon in preprocessor directive (#undef h_errno)
This commit is contained in:
parent
c5f3add325
commit
01e94c4623
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#include <netdb.h>
|
||||
|
||||
#undef h_errno;
|
||||
#undef h_errno
|
||||
int h_errno;
|
||||
|
||||
int *__h_errno_location(void)
|
||||
|
|
Loading…
Add table
Reference in a new issue