Chromium Code Reviews| Index: third_party/libevent/README.chromium |
| diff --git a/third_party/libevent/README.chromium b/third_party/libevent/README.chromium |
| index a3e5c6e1a77b6678f667b247a2a65ee4ccbed7f5..79bd27eebb5b10ee6a9ff6a4f550a2f1e4cb87f4 100644 |
| --- a/third_party/libevent/README.chromium |
| +++ b/third_party/libevent/README.chromium |
| @@ -24,3 +24,5 @@ static library using GYP. |
| nacl_nonsfi/random.c is also added to provide the random() function, |
| which is missing in the newlib-based PNaCl toolchain. |
| 8) Apply https://github.com/libevent/libevent/commit/ea6b1df |
| +9) Stub out signal.c for nacl_helper_nonsfi. socketpair() is prohibited |
|
Mark Seaborn
2015/04/24 16:01:54
Nit: "will be prohibited" instead? (And update wh
hidehiko
2015/04/27 16:47:21
Done.
|
| + by sandbox in nacl_helper_nonsfi. |