Update syscall.

This commit is contained in:
4lDO2
2025-04-06 15:48:36 +02:00
parent 1cbe2038ec
commit 6d0f8d9bd7
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -458,7 +458,7 @@ dependencies = [
[[package]]
name = "redox_syscall"
version = "0.5.11"
source = "git+https://gitlab.redox-os.org/4lDO2/syscall.git?branch=callflags_consume#080f2003cd065bcc9a290230ede06da0a1ea0502"
source = "git+https://gitlab.redox-os.org/redox-os/syscall.git#080f2003cd065bcc9a290230ede06da0a1ea0502"
dependencies = [
"bitflags",
]
+1 -1
View File
@@ -81,4 +81,4 @@ panic = "abort"
[patch.crates-io]
cc-11 = { git = "https://github.com/tea/cc-rs", branch = "riscv-abi-arch-fix", package = "cc" }
redox_syscall = { git = "https://gitlab.redox-os.org/4lDO2/syscall.git", branch = "callflags_consume" }
redox_syscall = { git = "https://gitlab.redox-os.org/redox-os/syscall.git" }