@@ -946,7 +946,6 @@ pub const MSG_INFO: ::c_int = 12;
946
946
947
947
pub const MSG_NOERROR : :: c_int = 0o10000 ;
948
948
pub const MSG_EXCEPT : :: c_int = 0o20000 ;
949
- pub const MSG_COPY : :: c_int = 0o40000 ;
950
949
951
950
pub const SHM_R : :: c_int = 0o400 ;
952
951
pub const SHM_W : :: c_int = 0o200 ;
@@ -1157,10 +1156,6 @@ pub const _POSIX_VDISABLE: ::cc_t = 0;
1157
1156
1158
1157
pub const FALLOC_FL_KEEP_SIZE : :: c_int = 0x01 ;
1159
1158
pub const FALLOC_FL_PUNCH_HOLE : :: c_int = 0x02 ;
1160
- pub const FALLOC_FL_COLLAPSE_RANGE : :: c_int = 0x08 ;
1161
- pub const FALLOC_FL_ZERO_RANGE : :: c_int = 0x10 ;
1162
- pub const FALLOC_FL_INSERT_RANGE : :: c_int = 0x20 ;
1163
- pub const FALLOC_FL_UNSHARE_RANGE : :: c_int = 0x40 ;
1164
1159
1165
1160
// On Linux, libc doesn't define this constant, libattr does instead.
1166
1161
// We still define it for Linux as it's defined by libc on other platforms,
@@ -1213,12 +1208,10 @@ pub const POSIX_FADV_NOREUSE: ::c_int = 5;
1213
1208
pub const POSIX_MADV_DONTNEED : :: c_int = 0 ;
1214
1209
1215
1210
pub const RLIM_INFINITY : :: rlim_t = !0 ;
1216
- pub const RLIMIT_RTTIME : :: c_int = 15 ;
1217
1211
pub const RLIMIT_NLIMITS : :: c_int = 16 ;
1218
1212
1219
1213
pub const MAP_ANONYMOUS : :: c_int = MAP_ANON ;
1220
1214
1221
- pub const TCP_COOKIE_TRANSACTIONS : :: c_int = 15 ;
1222
1215
pub const TCP_THIN_LINEAR_TIMEOUTS : :: c_int = 16 ;
1223
1216
pub const TCP_THIN_DUPACK : :: c_int = 17 ;
1224
1217
pub const TCP_USER_TIMEOUT : :: c_int = 18 ;
0 commit comments