sync with OpenBSD -current

This commit is contained in:
purplerain 2023-12-23 13:56:21 +00:00
parent 38dbdec412
commit 933c153850
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
49 changed files with 931 additions and 4156 deletions

View file

@ -395,7 +395,7 @@ private:
// Futex Implementation
//===----------------------------------------------------------------------===//
#ifdef __SecBSD__
#ifdef __OpenBSD__
#include <sys/futex.h>
void PlatformFutexWait(int* addr, int expect) {