mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-05 08:28:32 +00:00
Fixed comment for LWIP_POSIX_SOCKETS_IO_NAMES
This commit is contained in:
parent
2ec3c46838
commit
ef70313e05
@ -1034,9 +1034,9 @@
|
||||
#endif
|
||||
|
||||
/**
|
||||
* LWIP_COMPAT_SOCKETS==1: Enable POSIX-style sockets functions names. Disable
|
||||
* this option if you use a POSIX operating system that uses the same names
|
||||
* (read, write & close). (only used if you use sockets.c)
|
||||
* LWIP_POSIX_SOCKETS_IO_NAMES==1: Enable POSIX-style sockets functions names.
|
||||
* Disable this option if you use a POSIX operating system that uses the same
|
||||
* names (read, write & close). (only used if you use sockets.c)
|
||||
*/
|
||||
#ifndef LWIP_POSIX_SOCKETS_IO_NAMES
|
||||
#define LWIP_POSIX_SOCKETS_IO_NAMES 1
|
||||
|
Loading…
Reference in New Issue
Block a user