net/local: support FIONWRITE for domain socket ioctl
Signed-off-by: wangbowen6 <wangbowen6@xiaomi.com>
This commit is contained in:
parent
28739b8b8a
commit
c37d90c194
|
@ -829,6 +829,7 @@ static int local_ioctl(FAR struct socket *psock, int cmd, unsigned long arg)
|
|||
ret = -ENOTCONN;
|
||||
}
|
||||
break;
|
||||
case FIONWRITE:
|
||||
case FIONSPACE:
|
||||
if (conn->lc_outfile.f_inode != NULL)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue