diff --git a/net/local/local_sockif.c b/net/local/local_sockif.c index 4d639e3f3a..4aaf6c25fd 100644 --- a/net/local/local_sockif.c +++ b/net/local/local_sockif.c @@ -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) {