1
0
forked from Rativel/BurritOS

Add ucontext_t

This commit is contained in:
Quentin Legot
2023-03-06 16:31:35 +01:00
parent 4dae299008
commit 6ca0b564c5
5 changed files with 103 additions and 11 deletions

View File

@@ -5,3 +5,4 @@ edition = "2021"
[dependencies]
lazy_static = "1.4.0"
libc = { version = "0.2.139", features = ["extra_traits"] }