Skip to content

Commit

Permalink
Add visionOS support (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
csjones authored Jan 26, 2024
1 parent 27e998a commit 347b84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/zkp/Zeroization.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
// SPDX-License-Identifier: Apache-2.0
//
//===----------------------------------------------------------------------===//
#if !(os(macOS) || os(iOS) || os(watchOS) || os(tvOS))
#if !(os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS))
public typealias errno_t = CInt

@discardableResult
Expand Down

0 comments on commit 347b84e

Please sign in to comment.