Skip to content

Commit

Permalink
SilverThings#98 Issue solved
Browse files Browse the repository at this point in the history
  • Loading branch information
obabec committed Mar 13, 2018
1 parent 63234e6 commit a6abd8c
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit a6abd8c

Please sign in to comment.