diff options
author | root <root> | 2011-07-12 23:32:10 +0000 |
---|---|---|
committer | root <root> | 2011-07-12 23:32:10 +0000 |
commit | 67acb181649e135df7c731f5d5280fa7a86b6fe2 (patch) | |
tree | d287a889ee013cf539ab898e426de65153fed0d0 | |
parent | 8c3ef1a28faae20ec0481780bfe48962c8e049e2 (diff) |
:)
-rw-r--r-- | ev.pod | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -4378,7 +4378,9 @@ both for signal handler "locking" as well as for signal and thread safety in C<ev_async> watchers. In the absence of this define, libev will use C<sig_atomic_t volatile> -(from F<signal.h>), which is usually good enough on most platforms. +(from F<signal.h>), which is usually good enough on most platforms, +although strictly speaking using a type that also implies a memory fence +is required. =item EV_H (h) |