Skip to content

Commit e34c8b6

Browse files
committed
1 parent ba89637 commit e34c8b6

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

src/unix/linux_like/android/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3103,7 +3103,6 @@ pub const KERN_PROF: c_int = 6;
31033103
pub const KERN_NODENAME: c_int = 7;
31043104
pub const KERN_DOMAINNAME: c_int = 8;
31053105
pub const KERN_PANIC: c_int = 15;
3106-
pub const KERN_REALROOTDEV: c_int = 16;
31073106
pub const KERN_SPARC_REBOOT: c_int = 21;
31083107
pub const KERN_CTLALTDEL: c_int = 22;
31093108
pub const KERN_PRINTK: c_int = 23;
@@ -3173,7 +3172,6 @@ pub const VM_SWAPPINESS: c_int = 19;
31733172
pub const VM_LOWMEM_RESERVE_RATIO: c_int = 20;
31743173
pub const VM_MIN_FREE_KBYTES: c_int = 21;
31753174
pub const VM_MAX_MAP_COUNT: c_int = 22;
3176-
pub const VM_LAPTOP_MODE: c_int = 23;
31773175
pub const VM_BLOCK_DUMP: c_int = 24;
31783176
pub const VM_HUGETLB_GROUP: c_int = 25;
31793177
pub const VM_VFS_CACHE_PRESSURE: c_int = 26;

src/unix/linux_like/linux/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3643,7 +3643,6 @@ pub const KERN_PROF: c_int = 6;
36433643
pub const KERN_NODENAME: c_int = 7;
36443644
pub const KERN_DOMAINNAME: c_int = 8;
36453645
pub const KERN_PANIC: c_int = 15;
3646-
pub const KERN_REALROOTDEV: c_int = 16;
36473646
pub const KERN_SPARC_REBOOT: c_int = 21;
36483647
pub const KERN_CTLALTDEL: c_int = 22;
36493648
pub const KERN_PRINTK: c_int = 23;
@@ -3715,7 +3714,6 @@ pub const VM_SWAPPINESS: c_int = 19;
37153714
pub const VM_LOWMEM_RESERVE_RATIO: c_int = 20;
37163715
pub const VM_MIN_FREE_KBYTES: c_int = 21;
37173716
pub const VM_MAX_MAP_COUNT: c_int = 22;
3718-
pub const VM_LAPTOP_MODE: c_int = 23;
37193717
pub const VM_BLOCK_DUMP: c_int = 24;
37203718
pub const VM_HUGETLB_GROUP: c_int = 25;
37213719
pub const VM_VFS_CACHE_PRESSURE: c_int = 26;

0 commit comments

Comments
 (0)