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.
Diff: Socket.h
- Revision:
- 20:b702766e4b2d
- Parent:
- 17:c5089d058eab
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) {