mirror of
https://github.com/apache/nuttx.git
synced 2026-08-11 15:35:10 +00:00
Functions within the OS must never set the errno value. fs_fdopen() was setting the errno value. Now, after some parameter changes, it reports errors via a negated errno integer return value as do most all other internal OS functions. |
||
|---|---|---|
| .. | ||
| accept.c | ||
| bind.c | ||
| connect.c | ||
| getpeername.c | ||
| getsockname.c | ||
| getsockopt.c | ||
| Kconfig | ||
| listen.c | ||
| Make.defs | ||
| net_checksd.c | ||
| net_close.c | ||
| net_dup.c | ||
| net_dup2.c | ||
| net_fstat.c | ||
| net_poll.c | ||
| net_sendfile.c | ||
| net_sockets.c | ||
| net_sockif.c | ||
| net_timeo.c | ||
| net_vfcntl.c | ||
| recv.c | ||
| recvfrom.c | ||
| send.c | ||
| sendto.c | ||
| setsockopt.c | ||
| socket.c | ||
| socket.h | ||