提交 71ebda3a 编写于 作者: D Daniel P. Berrangé

src: add pthread_np.h include for FreeBSD

On FreeBSD the non-portable pthread APIs need to be obtained
via the pthread_np.h header.
Signed-off-by: NDaniel P. Berrangé <berrange@redhat.com>
上级 5bff668d
......@@ -23,6 +23,10 @@
#include "virthread.h"
#ifdef __FreeBSD__
# include <pthread_np.h>
#endif
#include <unistd.h>
#include <inttypes.h>
#if HAVE_SYS_SYSCALL_H
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册