Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ JNIEXPORT jint JNICALL Java_io_silverspoon_bulldog_linux_jni_NativeEpoll_removeF
JNIEnv * env, jclass clazz, jint epollfd, jint fd)
{
int epollCtl = epoll_ctl(epollfd, EPOLL_CTL_DEL, fd, NULL);
close(fd);
return epollCtl;
}
/*
Expand Down