mirror of
https://github.com/fluencelabs/musl
synced 2025-06-27 05:32:06 +00:00
fix misplaced semicolon in preprocessor directive (#undef h_errno)
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
#include <netdb.h>
|
#include <netdb.h>
|
||||||
|
|
||||||
#undef h_errno;
|
#undef h_errno
|
||||||
int h_errno;
|
int h_errno;
|
||||||
|
|
||||||
int *__h_errno_location(void)
|
int *__h_errno_location(void)
|
||||||
|
Reference in New Issue
Block a user