Commit 74d50c50 authored by Michaël Zasso's avatar Michaël Zasso Committed by Commit Bot

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: 's avatarUlan Degenbaev <ulan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#67660}
parent 6a3e92e9
......@@ -6,6 +6,7 @@
// parts, the implementation is in platform-posix.cc.
#include <pthread.h>
#include <pthread_np.h>
#include <semaphore.h>
#include <signal.h>
#include <stdlib.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment