post-fixups for patch #9262: fix SO_ERROR, fix !LWIP_TCPIP_CORE_LOCKING

This commit is contained in:
goldsimon
2017-02-20 12:43:45 +01:00
parent 703a22fae5
commit d1049511cc
2 changed files with 10 additions and 8 deletions

View File

@@ -82,7 +82,7 @@ struct lwip_setgetsockopt_data {
/** size of *optval */
socklen_t optlen;
/** if an error occurs, it is temporarily stored here */
err_t err;
int err;
/** semaphore to wake up the calling task */
void* completed_sem;
};