IssueNo:#I3IMWT
Description:use posix instead of lwip self Feature or Bugfix:Bugfix Binary Source:No
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include <netdb.h>
|
||||
|
||||
#undef h_errno
|
||||
int h_errno;
|
||||
|
||||
int *__h_errno_location(void)
|
||||
{
|
||||
return &h_errno;
|
||||
}
|
||||
Reference in New Issue
Block a user