Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 20:b702766e4b2d, committed 2021-03-28
- Comitter:
- fitzpatrick
- Date:
- Sun Mar 28 20:20:21 2021 +0000
- Parent:
- 19:434906b5b977
- Commit message:
- test
Changed in this revision
Socket.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 434906b5b977 -r b702766e4b2d Socket.h --- a/Socket.h Mon Aug 19 18:38:18 2013 +0300 +++ b/Socket.h Sun Mar 28 20:20:21 2021 +0000 @@ -23,7 +23,7 @@ //DNS inline struct hostent *gethostbyname(const char *name) { - return lwip_gethostbyname(name); + return lwip_gethostbyname(name); } inline int gethostbyname_r(const char *name, struct hostent *ret, char *buf, size_t buflen, struct hostent **result, int *h_errnop) {