What does epoll do with a file descriptor that refers to a directory?

Viewed 4153

Just like the title says, it I register a file descriptor that is a directory with epoll, what does it do?

1 Answers
Related