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