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
/**
* 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