Commit fe6531e
committed
Auto merge of #2396 - ivmarkov:master, r=JohnTitor
Support for the ESP-IDF framework - 3 forgotten mappings
When implementing [the initial support for ESP-IDF](#2310) a month ago, I managed to forget to properly decorate these 3 libc bindings for the ESP-IDF.
So now we are in the uncomfortable situation that using STD's `TcpListener::bind` results in a linkage error.
This PR is fixing this, as well as properly exposing two additional ESP-IDF APIs, implemented via LwIP.1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
611 | 611 | | |
612 | 612 | | |
613 | 613 | | |
| 614 | + | |
614 | 615 | | |
615 | 616 | | |
616 | 617 | | |
617 | 618 | | |
| 619 | + | |
618 | 620 | | |
619 | 621 | | |
620 | 622 | | |
621 | 623 | | |
622 | 624 | | |
623 | 625 | | |
624 | 626 | | |
| 627 | + | |
625 | 628 | | |
626 | 629 | | |
627 | 630 | | |
| |||
0 commit comments