We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8af0d7f commit 013fffdCopy full SHA for 013fffd
src/unix/linux_like/linux/gnu/mod.rs
@@ -634,6 +634,8 @@ pub const REISERFS_SUPER_MAGIC: ::c_long = 0x52654973;
634
pub const SMB_SUPER_MAGIC: ::c_long = 0x0000517b;
635
pub const TMPFS_MAGIC: ::c_long = 0x01021994;
636
pub const USBDEVICE_SUPER_MAGIC: ::c_long = 0x00009fa2;
637
+pub const CGROUP_SUPER_MAGIC: ::c_long = 0x27e0eb;
638
+pub const CGROUP2_SUPER_MAGIC: ::c_long = 0x63677270;
639
640
pub const CPU_SETSIZE: ::c_int = 0x400;
641
0 commit comments