Pushed. Thanks!
Marek
On Sat, Nov 30, 2019 at 10:19 AM Jonathan Gray wrote:
> Make use of the futex syscall added in OpenBSD 6.2.
>
> Signed-off-by: Jonathan Gray
> ---
> src/util/futex.h | 18 ++
> 1 file changed, 18 insertions(+)
>
> diff --git a/src/util/futex.h b/src/util/
Make use of the futex syscall added in OpenBSD 6.2.
Signed-off-by: Jonathan Gray
---
src/util/futex.h | 18 ++
1 file changed, 18 insertions(+)
diff --git a/src/util/futex.h b/src/util/futex.h
index 268af92882a..cf8dd0206c9 100644
--- a/src/util/futex.h
+++ b/src/util/futex.h
@@