Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions Sources/Foundation/NSLock.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ public protocol NSLocking {
func unlock()
}

#if canImport(Glibc)
typealias pthread_mutex_t = Glibc.pthread_mutex_t
typealias pthread_cond_t = Glibc.pthread_cond_t
#endif

#if os(Windows)
private typealias _MutexPointer = UnsafeMutablePointer<SRWLOCK>
private typealias _RecursiveMutexPointer = UnsafeMutablePointer<CRITICAL_SECTION>
Expand Down