Skip to content

Commit acbecae

Browse files
authored
Add a clarifying comment with a link to bugs.swift.org
1 parent 7bfa2dc commit acbecae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CoreFoundation/Base.subproj/CFLocking.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ typedef CFLock_t OSSpinLock;
9797
#define OSSpinLockUnlock(lock) __CFUnlock(lock)
9898

9999
#elif TARGET_OS_WASI
100+
101+
// Empty shims until https://bugs.swift.org/browse/SR-12097 is resolved.
100102
typedef int32_t CFLock_t;
101103
typedef CFLock_t OSSpinLock;
102104
#define CFLockInit 0

0 commit comments

Comments
 (0)