Skip to content

Commit 74d50c5

Browse files
targosCommit Bot
authored andcommitted
FreeBSD: add missing include of pthread_np.h
This is necessary for the pthread_attr_get_np function. Change-Id: I01cfe075a7c86909e8cf37eb7f7c5d44fa044975 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2188310 Commit-Queue: Michaël Zasso <mic.besace@gmail.com> Commit-Queue: Ulan Degenbaev <ulan@chromium.org> Auto-Submit: Michaël Zasso <mic.besace@gmail.com> Reviewed-by: Ulan Degenbaev <ulan@chromium.org> Cr-Commit-Position: refs/heads/master@{#67660}
1 parent 6a3e92e commit 74d50c5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/base/platform/platform-freebsd.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// parts, the implementation is in platform-posix.cc.
77

88
#include <pthread.h>
9+
#include <pthread_np.h>
910
#include <semaphore.h>
1011
#include <signal.h>
1112
#include <stdlib.h>

0 commit comments

Comments
 (0)