Browse Source

Fix mac build

v0.7.4-release
Ryan Dahl 14 years ago
parent
commit
7b2f5ab7f8
  1. 1
      src/node_stdio.cc

1
src/node_stdio.cc

@ -236,7 +236,6 @@ void Stdio::Initialize(v8::Handle<v8::Object> target) {
struct sigaction sa;
memset(&sa, 0, sizeof(sa));
sa.sa_handler = HandleSIGCONT;
sa.sa_restorer = NULL;
sigaction(SIGCONT, &sa, NULL);
}

Loading…
Cancel
Save