diff options
author | root <root> | 2008-02-01 13:46:26 +0000 |
---|---|---|
committer | root <root> | 2008-02-01 13:46:26 +0000 |
commit | 47d21a5202b1056977d34ed6d8229f10361d71d1 (patch) | |
tree | f5f1c8903daafcd9fb17e864d1ee6a7c4e5f3a26 | |
parent | 5bc9632a67a2ad78a828ddc3847f6aae38fccb49 (diff) |
*** empty log message ***
-rw-r--r-- | ev.pod | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -2697,11 +2697,12 @@ be detected at runtime. =item EV_ATOMIC_T Libev requires an integer type (suitable for storing C<0> or C<1>) whose -access is atomic with respect to other threads or signal contexts. No such type -is easily found using, so you cna provide your own type that you know is safe. +access is atomic with respect to other threads or signal contexts. No such +type is easily found in the C language, so you can provide your own type +that you know is safe for your purposes. In the absense 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. =item EV_H |