mirror of /home/gitosis/repositories/libev.git
*** empty log message ***
parent
12ccd5b7db
commit
bcf2d94e34
6
ev.c
6
ev.c
|
@ -271,7 +271,13 @@ extern "C" {
|
|||
#if EV_USE_EVENTFD
|
||||
/* our minimum requirement is glibc 2.7 which has the stub, but not the header */
|
||||
# include <stdint.h>
|
||||
# ifdef __cplusplus
|
||||
extern "C" {
|
||||
# endif
|
||||
int eventfd (unsigned int initval, int flags);
|
||||
# ifdef __cplusplus
|
||||
}
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/**/
|
||||
|
|
Loading…
Reference in New Issue