Add ucontext_t

This commit is contained in:
Quentin Legot
2023-03-06 16:31:35 +01:00
committed by François Autin
parent e4db7ec96b
commit 3457f67a7c
5 changed files with 103 additions and 11 deletions

7
Cargo.lock generated
View File

@@ -7,6 +7,7 @@ name = "burritos"
version = "0.1.0"
dependencies = [
"lazy_static",
"libc",
]
[[package]]
@@ -14,3 +15,9 @@ name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
version = "0.2.139"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"