diff --git a/local/patches/relibc/P0-relibc-syscall-0.8.1.patch b/local/patches/relibc/P0-relibc-syscall-0.8.1.patch new file mode 100644 index 0000000000..b7478b3737 --- /dev/null +++ b/local/patches/relibc/P0-relibc-syscall-0.8.1.patch @@ -0,0 +1,10 @@ +--- a/Cargo.toml ++++ b/Cargo.toml +@@ -68,7 +68,7 @@ plain = "0.2" + redox-path = "0.3" + redox_protocols = { package = "libredox", version = "0.1.16", default-features = false, features = ["protocol"] } +-redox_syscall = "0.7.4" ++redox_syscall = "0.8.1" + + [build-dependencies] + cc = "1" diff --git a/recipes/core/relibc/recipe.toml b/recipes/core/relibc/recipe.toml index 1c8a874f25..5829bb7678 100644 --- a/recipes/core/relibc/recipe.toml +++ b/recipes/core/relibc/recipe.toml @@ -2,6 +2,8 @@ git = "https://gitlab.redox-os.org/redox-os/relibc.git" rev = "861bbb0" patches = [ + # Bump relibc workspace redox_syscall pin to 0.8.1 (matches rest of build) + "P0-relibc-syscall-0.8.1.patch", # Bump redox-ioctl's redox_syscall pin to 0.8.1 (matches rest of build) "P3-eventfd-mod.patch", # Add pub mod bits_eventfd to header/mod.rs