| Index: tests/thread_suspension/suspend_test_host.c
|
| diff --git a/tests/thread_suspension/suspend_test_host.c b/tests/thread_suspension/suspend_test_host.c
|
| index 57402314a59ee13babd47c66e3091f9228643aaf..f5483e27328e314fbc8d5a2a789e3a0215d17feb 100644
|
| --- a/tests/thread_suspension/suspend_test_host.c
|
| +++ b/tests/thread_suspension/suspend_test_host.c
|
| @@ -137,6 +137,10 @@ int main(int argc, char **argv) {
|
|
|
| NaClAllModulesInit();
|
|
|
| +#if NACL_LINUX
|
| + NaClSignalHandlerInit();
|
| +#endif
|
| +
|
| if (argc != 2) {
|
| NaClLog(LOG_FATAL, "Expected 1 argument: executable filename\n");
|
| }
|
|
|