mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
sys/posix: impl rest of linux, impl some of Windows
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#+build windows, linux, darwin, netbsd, openbsd, freebsd
|
||||
package posix
|
||||
|
||||
import "core:c/libc"
|
||||
|
||||
// setjmp.h - stack environment declarations
|
||||
|
||||
jmp_buf :: libc.jmp_buf
|
||||
|
||||
longjmp :: libc.longjmp
|
||||
setjmp :: libc.setjmp
|
||||
Reference in New Issue
Block a user