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>
This commit is contained in:
parent
a1ea7f9df7
commit
09dfbdf4c7