Remove comment about epoll file descriptor being accessible
This commit is contained in:
parent
43e1630cd6
commit
96cae3e169
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue