Fixed comment for LWIP_POSIX_SOCKETS_IO_NAMES

This commit is contained in:
marcbou 2008-01-31 18:19:29 +00:00
parent 2ec3c46838
commit ef70313e05

View File

@ -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