nuttx-apps/netutils/dhcpc
chao an 09dfbdf4c7 netutls/dhcpc: treat EINTR as normal errno
A return code of EINTR is perfectly normal, and isn't an error as such.
It's an indication that your program may need to do something because
a signal occurred, but if not, should re-call recv().

Signed-off-by: chao an <anchao@xiaomi.com>
2022-09-27 12:20:25 +08:00
..
dhcpc.c netutls/dhcpc: treat EINTR as normal errno 2022-09-27 12:20:25 +08:00
Kconfig net/sockopt: move BINDTODEVICE to socket level 2022-08-25 00:11:23 +08:00
Make.defs Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
Makefile Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00