| Index: src/platform-freebsd.cc
|
| diff --git a/src/platform-freebsd.cc b/src/platform-freebsd.cc
|
| index 82208f1a3deac69142d0b489a957a187ff0572c7..acef74cc5c3cfd40ab58b812ba2002630ce9a04e 100644
|
| --- a/src/platform-freebsd.cc
|
| +++ b/src/platform-freebsd.cc
|
| @@ -55,7 +55,8 @@
|
| #include "platform.h"
|
|
|
|
|
| -namespace v8 { namespace internal {
|
| +namespace v8 {
|
| +namespace internal {
|
|
|
| // 0 is never a valid thread id on FreeBSD since tids and pids share a
|
| // name space and pid 0 is used to kill the group (see man 2 kill).
|
|
|