From b3f09415e1dfaaa19b5fdefc7257e19ec8de9269 Mon Sep 17 00:00:00 2001 From: "郝宇 (Yu Hao)" Date: Thu, 5 May 2022 01:44:11 -0700 Subject: sys/linux: fix errors in dev_loop.txt * sys/linux: fix errors in dev_loop.txt * docs: add research paper (ICSE 22) * sys/linux: fix errors in dev_loop.txt * sys/linux: fix errors in dev_loop.txt --- sys/linux/dev_loop.txt.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/dev_loop.txt.const') diff --git a/sys/linux/dev_loop.txt.const b/sys/linux/dev_loop.txt.const index 84d4accab..21acc7ced 100644 --- a/sys/linux/dev_loop.txt.const +++ b/sys/linux/dev_loop.txt.const @@ -3,6 +3,7 @@ arches = 386, amd64, arm, arm64, mips64le, ppc64le, riscv64, s390x AT_FDCWD = 18446744073709551516 LOOP_CHANGE_FD = 19462 LOOP_CLR_FD = 19457 +LOOP_CONFIGURE = 19466 LOOP_CTL_ADD = 19584 LOOP_CTL_GET_FREE = 19586 LOOP_CTL_REMOVE = 19585 -- cgit mrf-deployment