Remove comment about epoll file descriptor being accessible

This commit is contained in:
Laurence Withers 2007-11-07 20:14:06 +00:00
parent 43e1630cd6
commit 96cae3e169
1 changed files with 1 additions and 2 deletions

View File

@ -24,8 +24,7 @@ program should exit), and lwevent_wait(), which implements a single run of the e
\retval -1 on error (and see \a errno).
This function initialises the library, calling \c epoll_create(2) to set up the initial file
descriptor, and allocating memory for returned events, etc. The initialised file descriptor may be
found in lwevent_epoll_fd, although it is not recommended to use it directly.
descriptor, and allocating memory for returned events, etc.
*/
int lwevent_init(void);