@@ -1115,37 +1115,6 @@ pub const M_PERTURB: ::c_int = -6;
11151115pub const M_ARENA_TEST : :: c_int = -7 ;
11161116pub const M_ARENA_MAX : :: c_int = -8 ;
11171117
1118- pub const AT_STATX_SYNC_TYPE : :: c_int = 0x6000 ;
1119- pub const AT_STATX_SYNC_AS_STAT : :: c_int = 0x0000 ;
1120- pub const AT_STATX_FORCE_SYNC : :: c_int = 0x2000 ;
1121- pub const AT_STATX_DONT_SYNC : :: c_int = 0x4000 ;
1122- pub const STATX_TYPE : :: c_uint = 0x0001 ;
1123- pub const STATX_MODE : :: c_uint = 0x0002 ;
1124- pub const STATX_NLINK : :: c_uint = 0x0004 ;
1125- pub const STATX_UID : :: c_uint = 0x0008 ;
1126- pub const STATX_GID : :: c_uint = 0x0010 ;
1127- pub const STATX_ATIME : :: c_uint = 0x0020 ;
1128- pub const STATX_MTIME : :: c_uint = 0x0040 ;
1129- pub const STATX_CTIME : :: c_uint = 0x0080 ;
1130- pub const STATX_INO : :: c_uint = 0x0100 ;
1131- pub const STATX_SIZE : :: c_uint = 0x0200 ;
1132- pub const STATX_BLOCKS : :: c_uint = 0x0400 ;
1133- pub const STATX_BASIC_STATS : :: c_uint = 0x07ff ;
1134- pub const STATX_BTIME : :: c_uint = 0x0800 ;
1135- pub const STATX_MNT_ID : :: c_uint = 0x1000 ;
1136- pub const STATX_DIOALIGN : :: c_uint = 0x2000 ;
1137- pub const STATX_ALL : :: c_uint = 0x0fff ;
1138- pub const STATX__RESERVED : :: c_int = 0x80000000 ;
1139- pub const STATX_ATTR_COMPRESSED : :: c_int = 0x0004 ;
1140- pub const STATX_ATTR_IMMUTABLE : :: c_int = 0x0010 ;
1141- pub const STATX_ATTR_APPEND : :: c_int = 0x0020 ;
1142- pub const STATX_ATTR_NODUMP : :: c_int = 0x0040 ;
1143- pub const STATX_ATTR_ENCRYPTED : :: c_int = 0x0800 ;
1144- pub const STATX_ATTR_AUTOMOUNT : :: c_int = 0x1000 ;
1145- pub const STATX_ATTR_MOUNT_ROOT : :: c_int = 0x2000 ;
1146- pub const STATX_ATTR_VERITY : :: c_int = 0x00100000 ;
1147- pub const STATX_ATTR_DAX : :: c_int = 0x00200000 ;
1148-
11491118pub const SOMAXCONN : :: c_int = 4096 ;
11501119
11511120// linux/mount.h
0 commit comments