| Index: base/third_party/libevent/README.chromium
|
| diff --git a/base/third_party/libevent/README.chromium b/base/third_party/libevent/README.chromium
|
| index 4bc235d4739eb673652cbe26adb29fb702d2ffc6..d02a766a71abb7e6f563970a0a15daee3d8f8bf9 100644
|
| --- a/base/third_party/libevent/README.chromium
|
| +++ b/base/third_party/libevent/README.chromium
|
| @@ -35,3 +35,5 @@ static library using GYP.
|
| which is missing in the newlib-based PNaCl toolchain.
|
| 7) Stub out signal.c for nacl_helper_nonsfi. socketpair() will be prohibited
|
| by sandbox in nacl_helper_nonsfi.
|
| +8) Fix a logic bug in kqueue.c where struct kevent::flags was being directly
|
| + compared against EV_ERROR rather than using a bit mask.
|
|
|