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).
 | 
					\retval -1 on error (and see \a errno).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This function initialises the library, calling \c epoll_create(2) to set up the initial file 
 | 
					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
 | 
					descriptor, and allocating memory for returned events, etc.
 | 
				
			||||||
found in lwevent_epoll_fd, although it is not recommended to use it directly.
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
*/
 | 
					*/
 | 
				
			||||||
int lwevent_init(void);
 | 
					int lwevent_init(void);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue