diff options
author | root <root> | 2008-04-15 04:34:07 +0000 |
---|---|---|
committer | root <root> | 2008-04-15 04:34:07 +0000 |
commit | 8176c9f3c1c2e3b60d7ff3cc89c9083c8d0f1826 (patch) | |
tree | 9d42db7c1130485eef0c778d23915eeb8270a0d7 /ev.h | |
parent | c504eb595a9a9afdd74e7b445abf1aa661c4ea7c (diff) |
*** empty log message ***
Diffstat (limited to 'ev.h')
-rw-r--r-- | ev.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -338,7 +338,7 @@ typedef struct ev_async EV_ATOMIC_T sent; /* private */ } ev_async; -# define ev_async_pending(w) (((w)->sent + 0) +# define ev_async_pending(w) ((w)->sent + 0) #endif /* the presence of this union forces similar struct layout */ |