update fs/vfs/epoll/fs_epoll.c.
Signed-off-by: 石子怡 <z15319797139@163.com>
This commit is contained in:
parent
02abd34ad2
commit
63f261d239
|
@ -301,7 +301,7 @@ int epoll_ctl(int epfd, int op, int fd, struct epoll_event *ev)
|
|||
break;
|
||||
}
|
||||
|
||||
OUT_RELEASE:
|
||||
OUT_RELEASE:
|
||||
(VOID)pthread_mutex_unlock(&g_epollMutex);
|
||||
return ret;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue