From fc0db71dd4c83c87118cdb395ba26cc88b21c138 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Wed, 30 May 2018 09:43:22 -0600 Subject: [PATCH] Update syscall --- Cargo.lock | 4 ++-- syscall | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 92f51c26..075a2622 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -174,7 +174,7 @@ dependencies = [ "goblin 0.0.10 (registry+https://github.com/rust-lang/crates.io-index)", "linked_list_allocator 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "raw-cpuid 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "redox_syscall 0.1.39", + "redox_syscall 0.1.40", "slab_allocator 0.3.1", "spin 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "x86 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -270,7 +270,7 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.1.39" +version = "0.1.40" [[package]] name = "regex" diff --git a/syscall b/syscall index 229edcf7..0ab552da 160000 --- a/syscall +++ b/syscall @@ -1 +1 @@ -Subproject commit 229edcf704b78cdf22a498ee145b317721f40565 +Subproject commit 0ab552da9a9587b360b5d9991ed9921300e5667b -- GitLab