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