diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-08-10 07:51:02 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-08-13 17:22:16 +0200 |
| commit | 54ce1ed6b9fcb3b8d77c43dd4b3533e70cade414 (patch) | |
| tree | 579d43acff11758d7f5e61935e0408ad9fbcaf04 /sys/linux/dev_loop_arm.const | |
| parent | b6de93e603915b57a1eccadc8bd530efd00d28f2 (diff) | |
sys/linux: switch to the new .const format
This reduces number of const files/lines from 1288/96599 to 158/11603.
Const files are generated on next-20200813.
Update #1983
Diffstat (limited to 'sys/linux/dev_loop_arm.const')
| -rw-r--r-- | sys/linux/dev_loop_arm.const | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/sys/linux/dev_loop_arm.const b/sys/linux/dev_loop_arm.const deleted file mode 100644 index f2d289eff..000000000 --- a/sys/linux/dev_loop_arm.const +++ /dev/null @@ -1,33 +0,0 @@ -# AUTOGENERATED FILE -AT_FDCWD = 18446744073709551516 -LOOP_CHANGE_FD = 19462 -LOOP_CLR_FD = 19457 -LOOP_CTL_ADD = 19584 -LOOP_CTL_GET_FREE = 19586 -LOOP_CTL_REMOVE = 19585 -LOOP_GET_STATUS = 19459 -LOOP_GET_STATUS64 = 19461 -LOOP_SET_BLOCK_SIZE = 19465 -LOOP_SET_CAPACITY = 19463 -LOOP_SET_DIRECT_IO = 19464 -LOOP_SET_FD = 19456 -LOOP_SET_STATUS = 19458 -LOOP_SET_STATUS64 = 19460 -LO_CRYPT_BLOW = 4 -LO_CRYPT_CAST128 = 5 -LO_CRYPT_CRYPTOAPI = 18 -LO_CRYPT_DES = 2 -LO_CRYPT_DUMMY = 9 -LO_CRYPT_FISH2 = 3 -LO_CRYPT_IDEA = 6 -LO_CRYPT_NONE = 0 -LO_CRYPT_SKIPJACK = 10 -LO_CRYPT_XOR = 1 -LO_FLAGS_AUTOCLEAR = 4 -LO_FLAGS_DIRECT_IO = 16 -LO_FLAGS_PARTSCAN = 8 -LO_FLAGS_READ_ONLY = 1 -LO_KEY_SIZE = 32 -LO_NAME_SIZE = 64 -__NR_ioctl = 54 -__NR_openat = 322 |
