Added a minimal version of posix fctl() to have a standardised way to set O_NONBLOCK for nonblocking sockets.

This commit is contained in:
goldsimon
2010-02-12 17:59:20 +00:00
parent f89c08872c
commit 8fbaf0304a
3 changed files with 50 additions and 0 deletions

View File

@@ -19,6 +19,10 @@ HISTORY
++ New features:
2010-02-12: Simon Goldschmidt
* sockets.c/.h: Added a minimal version of posix fctl() to have a
standardised way to set O_NONBLOCK for nonblocking sockets.
2010-02-12: Simon Goldschmidt
* dhcp.c/.h, autoip.c/.h: task #10139 (Prefer statically allocated
memory): added autoip_set_struct() and dhcp_set_struct() to let autoip