mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
runtime: include pthread.h in defs_openbsd.go
This is required now that defs_openbsd.go has pthread related references. Updates #36435 Change-Id: I73cdf23eef6aceea6f9b37b7702bdb3b560aa120 Reviewed-on: https://go-review.googlesource.com/c/go/+/334877 Trust: Joel Sing <joel@sing.id.au> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Cherry Mui <cherryyz@google.com>
This commit is contained in:
parent
7aa57a9687
commit
6a760d6c36
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ package runtime
|
||||||
#include <sys/signal.h>
|
#include <sys/signal.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
#include <pthread.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
*/
|
*/
|
||||||
import "C"
|
import "C"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue