Skip to content

Commit 3bba713

Browse files
committed
Auto merge of #3200 - ribalda:add-kexec-file-load-arm, r=JohnTitor
Add kexec_file_load system call for arm linux This syscall was introduced in Linux 5.0. References: - torvalds/linux@4ab65ba
2 parents 02d775b + 133e4b1 commit 3bba713

File tree

1 file changed

+1
-0
lines changed
  • src/unix/linux_like/linux/gnu/b32/arm

1 file changed

+1
-0
lines changed

src/unix/linux_like/linux/gnu/b32/arm/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -837,6 +837,7 @@ pub const SYS_pkey_alloc: ::c_long = 395;
837837
pub const SYS_pkey_free: ::c_long = 396;
838838
pub const SYS_statx: ::c_long = 397;
839839
pub const SYS_rseq: ::c_long = 398;
840+
pub const SYS_kexec_file_load: ::c_long = 401;
840841
pub const SYS_pidfd_send_signal: ::c_long = 424;
841842
pub const SYS_io_uring_setup: ::c_long = 425;
842843
pub const SYS_io_uring_enter: ::c_long = 426;

0 commit comments

Comments
 (0)