diff --git a/src/node_stdio.cc b/src/node_stdio.cc index e36f4adf50..4943ead3c8 100644 --- a/src/node_stdio.cc +++ b/src/node_stdio.cc @@ -236,7 +236,6 @@ void Stdio::Initialize(v8::Handle target) { struct sigaction sa; memset(&sa, 0, sizeof(sa)); sa.sa_handler = HandleSIGCONT; - sa.sa_restorer = NULL; sigaction(SIGCONT, &sa, NULL); }