IssueNo:#I3IMWT

Description:use posix instead of lwip self
Feature or Bugfix:Bugfix
Binary Source:No
This commit is contained in:
YOUR_NAME
2021-04-15 20:00:41 +08:00
parent 788f9d2b4f
commit 92c4e63ae7
12 changed files with 10 additions and 18 deletions

View File

@@ -0,0 +1,9 @@
#include <netdb.h>
#undef h_errno
int h_errno;
int *__h_errno_location(void)
{
return &h_errno;
}