diff options
author | root <root> | 2007-10-31 20:10:17 +0000 |
---|---|---|
committer | root <root> | 2007-10-31 20:10:17 +0000 |
commit | de6670e4475f8cc20fa55cf2c5e40f8de9df5812 (patch) | |
tree | ebd64caea9919c9829c1393d2d3b2bb0a527e198 /ev.h | |
parent | cc491ddade261fb0e1755c6da29a95f1c66e8b32 (diff) |
better resize
Diffstat (limited to 'ev.h')
-rw-r--r-- | ev.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -148,7 +148,7 @@ struct ev_child EV_WATCHER_LIST (ev_child); int pid; /* ro */ - int status; /* holds the exit status, use the macros from sys/wait.h */ + int status; /* rw, holds the exit status, use the macros from sys/wait.h */ }; #define EVMETHOD_NONE 0 |