mirror of
https://github.com/corda/corda.git
synced 2025-01-09 22:42:40 +00:00
8 lines
233 B
C
8 lines
233 B
C
|
/* $OpenBSD: locks.c,v 1.1 2008/09/07 20:36:08 martynas Exp $ */
|
||
|
|
||
|
/* Written by Martynas Venckus. Public Domain. */
|
||
|
|
||
|
#include <sgx_spinlock.h>
|
||
|
|
||
|
sgx_spinlock_t __dtoa_locks[] = { SGX_SPINLOCK_INITIALIZER, SGX_SPINLOCK_INITIALIZER };
|