mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This ensures that we do not allow someone to import `_setjmp` on Windows which is not annotated with `__attribute__((__returns_twice__))` and cannot be adjusted without assistance from Microsoft.
8 lines
154 B
Plaintext
8 lines
154 B
Plaintext
---
|
|
Name: VisualC
|
|
Functions:
|
|
- Name: _setjmp
|
|
Availability: nonswift
|
|
AvailabilityMsg: 'Functions that return more than once are unavailable in swift'
|
|
|