File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/unix/notbsd/linux/musl Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -747,7 +747,7 @@ pub const SYS_copy_file_range: ::c_long = 377;
747
747
pub const SYS_preadv2 : :: c_long = 378 ;
748
748
pub const SYS_pwritev2 : :: c_long = 379 ;
749
749
// 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
751
751
752
752
753
753
// offsets in user_regs_structs, from sys/reg.h
Original file line number Diff line number Diff line change @@ -347,8 +347,8 @@ pub const SYS_mlock2: ::c_long = 325;
347
347
pub const SYS_copy_file_range : :: c_long = 326 ;
348
348
pub const SYS_preadv2 : :: c_long = 327 ;
349
349
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
352
352
353
353
// offsets in user_regs_structs, from sys/reg.h
354
354
pub const R15 : :: c_int = 0 ;
You can’t perform that action at this time.
0 commit comments