File tree Expand file tree Collapse file tree 7 files changed +7
-0
lines changed
src/unix/notbsd/linux/other Expand file tree Collapse file tree 7 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -610,3 +610,4 @@ pub const SYS_pwritev2: ::c_long = 393;
610
610
pub const SYS_pkey_mprotect : :: c_long = 394 ;
611
611
pub const SYS_pkey_alloc : :: c_long = 395 ;
612
612
pub const SYS_pkey_free : :: c_long = 396 ;
613
+ pub const SYS_statx : :: c_long = 397 ;
Original file line number Diff line number Diff line change @@ -612,3 +612,4 @@ pub const SYS_copy_file_range: ::c_long = 379;
612
612
pub const SYS_preadv2 : :: c_long = 380 ;
613
613
pub const SYS_pwritev2 : :: c_long = 381 ;
614
614
pub const SYS_kexec_file_load : :: c_long = 382 ;
615
+ pub const SYS_statx : :: c_long = 383 ;
Original file line number Diff line number Diff line change @@ -738,6 +738,7 @@ pub const SYS_pwritev2: ::c_long = 379;
738
738
pub const SYS_pkey_mprotect : :: c_long = 380 ;
739
739
pub const SYS_pkey_alloc : :: c_long = 381 ;
740
740
pub const SYS_pkey_free : :: c_long = 382 ;
741
+ pub const SYS_statx : :: c_long = 383 ;
741
742
742
743
// offsets in user_regs_structs, from sys/reg.h
743
744
pub const EBX : :: c_int = 0 ;
Original file line number Diff line number Diff line change @@ -408,6 +408,7 @@ pub const SYS_pwritev2: ::c_long = 328;
408
408
pub const SYS_pkey_mprotect : :: c_long = 329 ;
409
409
pub const SYS_pkey_alloc : :: c_long = 330 ;
410
410
pub const SYS_pkey_free : :: c_long = 331 ;
411
+ pub const SYS_statx : :: c_long = 332 ;
411
412
412
413
#[ link( name = "util" ) ]
413
414
extern {
Original file line number Diff line number Diff line change @@ -917,6 +917,7 @@ pub const SYS_copy_file_range: ::c_long = 379;
917
917
pub const SYS_preadv2 : :: c_long = 380 ;
918
918
pub const SYS_pwritev2 : :: c_long = 381 ;
919
919
pub const SYS_kexec_file_load : :: c_long = 382 ;
920
+ pub const SYS_statx : :: c_long = 383 ;
920
921
921
922
#[ link( name = "util" ) ]
922
923
extern {
Original file line number Diff line number Diff line change @@ -855,6 +855,7 @@ pub const SYS_mlock2: ::c_long = 356;
855
855
pub const SYS_copy_file_range : :: c_long = 357 ;
856
856
pub const SYS_preadv2 : :: c_long = 358 ;
857
857
pub const SYS_pwritev2 : :: c_long = 359 ;
858
+ pub const SYS_statx : :: c_long = 360 ;
858
859
859
860
#[ link( name = "util" ) ]
860
861
extern {
Original file line number Diff line number Diff line change @@ -336,6 +336,7 @@ pub const SYS_copy_file_range: ::c_long = __X32_SYSCALL_BIT + 326;
336
336
pub const SYS_pkey_mprotect : :: c_long = __X32_SYSCALL_BIT + 329 ;
337
337
pub const SYS_pkey_alloc : :: c_long = __X32_SYSCALL_BIT + 330 ;
338
338
pub const SYS_pkey_free : :: c_long = __X32_SYSCALL_BIT + 331 ;
339
+ pub const SYS_statx : :: c_long = __X32_SYSCALL_BIT + 332 ;
339
340
pub const SYS_rt_sigaction : :: c_long = __X32_SYSCALL_BIT + 512 ;
340
341
pub const SYS_rt_sigreturn : :: c_long = __X32_SYSCALL_BIT + 513 ;
341
342
pub const SYS_ioctl : :: c_long = __X32_SYSCALL_BIT + 514 ;
You can’t perform that action at this time.
0 commit comments