mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
remove zig import we don't need in 0.9.1
This commit is contained in:
parent
b7b86c0cde
commit
84f0839de9
1 changed files with 0 additions and 1 deletions
|
@ -174,7 +174,6 @@ comptime {
|
||||||
// setjmp/longjmp. LLVM is unable to generate code for longjmp on AArch64 (https://github.com/rtfeldman/roc/issues/2965),
|
// setjmp/longjmp. LLVM is unable to generate code for longjmp on AArch64 (https://github.com/rtfeldman/roc/issues/2965),
|
||||||
// so instead we ask Zig to please provide implementations for us, which is does
|
// so instead we ask Zig to please provide implementations for us, which is does
|
||||||
// (seemingly via musl).
|
// (seemingly via musl).
|
||||||
pub usingnamespace @import("std").c.builtins;
|
|
||||||
pub extern fn setjmp([*c]c_int) c_int;
|
pub extern fn setjmp([*c]c_int) c_int;
|
||||||
pub extern fn longjmp([*c]c_int, c_int) noreturn;
|
pub extern fn longjmp([*c]c_int, c_int) noreturn;
|
||||||
pub extern fn _setjmp([*c]c_int) c_int;
|
pub extern fn _setjmp([*c]c_int) c_int;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue