| Index: src/d8-posix.cc
|
| diff --git a/src/d8-posix.cc b/src/d8-posix.cc
|
| index 335bd2b4bcede6aee97c1e0fb157be13a306ce78..a7a4049361cb1e0e6945136908d97da0a4bd9fa5 100644
|
| --- a/src/d8-posix.cc
|
| +++ b/src/d8-posix.cc
|
| @@ -375,8 +375,10 @@ static Handle<Value> GetStdout(int child_fd,
|
| // a parent process hangs on waiting while a child process is already a zombie.
|
| // See http://code.google.com/p/v8/issues/detail?id=401.
|
| #if defined(WNOWAIT) && !defined(ANDROID) && !defined(__APPLE__)
|
| +#if !defined(__FreeBSD__)
|
| #define HAS_WAITID 1
|
| #endif
|
| +#endif
|
|
|
|
|
| // Get exit status of child.
|
|
|