mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
net: consistent the net sem wait naming conversion
to prepare the new mutex wait function Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
32d0c2ce9d
commit
a851ad84c3
@@ -683,7 +683,7 @@ ssize_t psock_udp_sendto(FAR struct socket *psock, FAR const void *buf,
|
||||
goto errout_with_lock;
|
||||
}
|
||||
|
||||
ret = net_timedwait_uninterruptible(&conn->sndsem,
|
||||
ret = net_sem_timedwait_uninterruptible(&conn->sndsem,
|
||||
udp_send_gettimeout(start, timeout));
|
||||
if (ret < 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user