Skip to content

Commit 08fefb7

Browse files
committed
Fix links
1 parent a1f0de0 commit 08fefb7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/unix/notbsd/linux/musl/b32/x86.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ pub const SYS_copy_file_range: ::c_long = 377;
747747
pub const SYS_preadv2: ::c_long = 378;
748748
pub const SYS_pwritev2: ::c_long = 379;
749749
// FIXME syscalls 380-382 have been added in musl 1.16
750-
// See discussion https://github.com/nix-rust/nix/pull/709
750+
// See discussion https://github.com/rust-lang/libc/pull/699
751751

752752

753753
// offsets in user_regs_structs, from sys/reg.h

src/unix/notbsd/linux/musl/b64/x86_64.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,8 @@ pub const SYS_mlock2: ::c_long = 325;
347347
pub const SYS_copy_file_range: ::c_long = 326;
348348
pub const SYS_preadv2: ::c_long = 327;
349349
pub const SYS_pwritev2: ::c_long = 328;
350-
// FIXME syscalls 329-331 are not available in musl 1.15
351-
// See discussion https://github.com/nix-rust/nix/pull/709
350+
// FIXME syscalls 329-331 have been added in musl 1.16
351+
// See discussion https://github.com/rust-lang/libc/pull/699
352352

353353
// offsets in user_regs_structs, from sys/reg.h
354354
pub const R15: ::c_int = 0;

0 commit comments

Comments
 (0)