1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/posix/sockets
Francois Berder de41971aab posix: sockets: Fix return value of sendto and recvfrom
The return value of these functions was not always correct
in case of errors: they were not returning -1 and setting
errno.

Signed-off-by: Francois Berder <francois.berder@imgtec.com>
2017-03-03 15:52:22 +00:00
..
doc.txt doc: net: replace doc references of conn with sock 2017-02-07 13:32:20 +01:00
Makefile posix: redo socket API to use conn 2015-09-22 22:24:52 +02:00
posix_sockets.c posix: sockets: Fix return value of sendto and recvfrom 2017-03-03 15:52:22 +00:00