Index: src/d8-posix.cc |
=================================================================== |
--- src/d8-posix.cc (revision 7178) |
+++ src/d8-posix.cc (working copy) |
@@ -375,8 +375,10 @@ |
// 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. |