We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bfa2dc commit acbecaeCopy full SHA for acbecae
CoreFoundation/Base.subproj/CFLocking.h
@@ -97,6 +97,8 @@ typedef CFLock_t OSSpinLock;
97
#define OSSpinLockUnlock(lock) __CFUnlock(lock)
98
99
#elif TARGET_OS_WASI
100
+
101
+// Empty shims until https://bugs.swift.org/browse/SR-12097 is resolved.
102
typedef int32_t CFLock_t;
103
typedef CFLock_t OSSpinLock;
104
#define CFLockInit 0
0 commit comments