@@ -136,10 +136,10 @@ supported on Redox, such as `*at` functions like `openat`, which are important
136136features for ` rustix ` .
137137
138138` rustix ` has its own code for making direct syscalls, similar to the
139- [ ` syscall ` ] , [ ` sc ` ] , and [ ` scall ` ] crates, using the Rust ` asm! ` macro.
140- ` rustix ` can also use Linux's vDSO mechanism to optimize Linux ` clock_gettime `
141- on all architectures, and all Linux system calls on x86. And ` rustix ` 's
142- syscalls report errors using an optimized ` Errno ` type.
139+ [ ` sc ` ] , and [ ` scall ` ] crates, using the Rust ` asm! ` macro. ` rustix ` can also
140+ use Linux's vDSO mechanism to optimize Linux ` clock_gettime ` on all
141+ architectures, and all Linux system calls on x86. And ` rustix ` 's syscalls
142+ report errors using an optimized ` Errno ` type.
143143
144144` rustix ` 's ` *at ` functions are similar to the [ ` openat ` ] crate, but ` rustix `
145145provides them as free functions rather than associated functions of a ` Dir `
@@ -184,7 +184,6 @@ always reflect “very old” Linux versions.
184184[ `uapi` ] : https://crates.io/crates/uapi
185185[ `rusl` ] : https://lib.rs/crates/rusl
186186[ `relibc` ] : https://gitlab.redox-os.org/redox-os/relibc
187- [ `syscall` ] : https://crates.io/crates/syscall
188187[ `sc` ] : https://crates.io/crates/sc
189188[ `scall` ] : https://crates.io/crates/scall
190189[ `openat` ] : https://crates.io/crates/openat
0 commit comments