summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root>2013-06-10 00:14:23 +0000
committerroot <root>2013-06-10 00:14:23 +0000
commitcc40b331f4f55f5a9328c52e646ac8998b8d2f62 (patch)
treebdb7bb74ab6b06288117fa7212cc21d7c985e2fd
parent815cff89285a05be535ef02418f73b52121fb030 (diff)
*** empty log message ***
-rw-r--r--ev.310
-rw-r--r--ev_win32.c2
2 files changed, 7 insertions, 5 deletions
diff --git a/ev.3 b/ev.3
index bb8501b..5ec8325 100644
--- a/ev.3
+++ b/ev.3
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man 2.25 (Pod::Simple 3.16)
+.\" Automatically generated by Pod::Man 2.25 (Pod::Simple 3.20)
.\"
.\" Standard preamble:
.\" ========================================================================
@@ -124,7 +124,7 @@
.\" ========================================================================
.\"
.IX Title "LIBEV 3"
-.TH LIBEV 3 "2013-02-28" "libev-4.11" "libev - high performance full featured event loop"
+.TH LIBEV 3 "2013-06-07" "libev-4.15" "libev - high performance full featured event loop"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -516,8 +516,10 @@ If this flag bit is or'ed into the flag value (or the program runs setuid
or setgid) then libev will \fInot\fR look at the environment variable
\&\f(CW\*(C`LIBEV_FLAGS\*(C'\fR. Otherwise (the default), this environment variable will
override the flags completely if it is found in the environment. This is
-useful to try out specific backends to test their performance, or to work
-around bugs.
+useful to try out specific backends to test their performance, to work
+around bugs, or to make libev threadsafe (accessing environment variables
+cannot be done in a threadsafe way, but usually it works if no other
+thread modifies them).
.ie n .IP """EVFLAG_FORKCHECK""" 4
.el .IP "\f(CWEVFLAG_FORKCHECK\fR" 4
.IX Item "EVFLAG_FORKCHECK"
diff --git a/ev_win32.c b/ev_win32.c
index 9217af5..d65634c 100644
--- a/ev_win32.c
+++ b/ev_win32.c
@@ -143,7 +143,7 @@ fail:
#undef pipe
#define pipe(filedes) ev_pipe (filedes)
-
+
#define EV_HAVE_EV_TIME 1
ev_tstamp
ev_time (void)