This website works better with JavaScript.
Home
Help
Register
Sign In
mirrors
/
libev
mirror of
/home/gitosis/repositories/libev.git
Watch
1
Star
0
Fork
0
Code
Releases
62
Activity
Browse Source
*** empty log message ***
master
rel-4.18
Marc Alexander Lehmann
6 years ago
parent
fc8ad95d6a
commit
e1ac783eac
1 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-4
ev.c
+ 4
- 4
ev.c
View File
@ -45,11 +45,11 @@
#
include "config.h"
#
endif
#
if HAVE_FLOOR
#
ifndef EV_USE_FLOOR
#
define EV_USE_FLOOR 1
#
if HAVE_FLOOR
#
ifndef EV_USE_FLOOR
#
define EV_USE_FLOOR 1
#
endif
#
endif
#
endif
#
if HAVE_CLOCK_SYSCALL
#
ifndef EV_USE_CLOCK_SYSCALL
Write
Preview
Loading…
Cancel
Save