Index: third_party/libevent/README.chromium |
diff --git a/third_party/libevent/README.chromium b/third_party/libevent/README.chromium |
index a3e5c6e1a77b6678f667b247a2a65ee4ccbed7f5..939a3539c2f8ec03af9eda08bda0037b14bb2df1 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() will be prohibited |
+ by sandbox in nacl_helper_nonsfi. |