mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 02:36:11 +08:00
Networking: Fix some compilation issues noted with network is build with CONFIG_BUILD_KERNEL
This commit is contained in:
@@ -86,7 +86,7 @@ static void _net_takesem(void)
|
||||
* awakened by a signal.
|
||||
*/
|
||||
|
||||
ASSERT(errno == EINTR);
|
||||
ASSERT(get_errno() == EINTR);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user