docs: remove 'unimplemented' tag from exceptset

The exceptset FDs in select() are implemented and record pending socket
errors.  This removes the 'unimplemented' tag in documentation
This commit is contained in:
Joel Cunningham 2017-07-18 16:55:05 -05:00
parent 26771d0800
commit 5cd475d91b

View File

@ -212,7 +212,7 @@ struct lwip_select_cb {
fd_set *readset;
/** writeset passed to select */
fd_set *writeset;
/** unimplemented: exceptset passed to select */
/** exceptset passed to select */
fd_set *exceptset;
/** don't signal the same semaphore twice: set to 1 when signalled */
int sem_signalled;