*** empty log message ***

This commit is contained in:
Marc Alexander Lehmann 2007-12-23 04:45:51 +00:00
parent f7b8b08cc8
commit 9726a0c091
1 changed files with 2 additions and 0 deletions

2
ev.c
View File

@ -282,9 +282,11 @@ typedef ev_watcher *W;
typedef ev_watcher_list *WL;
typedef ev_watcher_time *WT;
#if EV_USE_MONOTONIC
/* sig_atomic_t is used to avoid per-thread variables or locking but still */
/* giving it a reasonably high chance of working on typical architetcures */
static sig_atomic_t have_monotonic; /* did clock_gettime (CLOCK_MONOTONIC) work? */
#endif
#ifdef _WIN32
# include "ev_win32.c"