Gregory Nutt
|
01b740c66b
|
arch/arm/src/efm32: Support for common vector handling is forced for all EFM32 chips. Yes the architecture provides support for the old-style dedicated vector handling which can never be compiled. Furthermore, the old-style dedicated vector handling is deprecated in favor of common vector handling. The commit resolves this inconsistency be removing support for the dedicated vector handling from the EFM32 architecture support.
|
2018-06-19 13:37:00 -06:00 |
|
Gregory Nutt
|
e4e530e1bf
|
libs/libc/netdb/lib_getaddrinfo.c: The 'port' argument to the static alloc_ai() function is always in network byte order. However, that static function was still calling HTTONS() on the port, incorrectly converting it back to host byte order.
|
2018-06-18 10:08:15 -06:00 |
|
Gregory Nutt
|
fd4398142c
|
libs/libc/netdb: Remove another use of the restrict keyword.
|
2018-06-12 21:42:59 -06:00 |
|
Juha Niskanen
|
1f4a1eab6d
|
libs/libc/netdb: Add getaddrinfo() and friends.
|
2018-06-08 07:07:21 -06:00 |
|