File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -1153,9 +1153,6 @@ pub const ITIMER_REAL: ::c_int = 0;
1153
1153
pub const ITIMER_VIRTUAL : :: c_int = 1 ;
1154
1154
pub const ITIMER_PROF : :: c_int = 2 ;
1155
1155
1156
- pub const XATTR_CREATE : :: c_int = 0x1 ;
1157
- pub const XATTR_REPLACE : :: c_int = 0x2 ;
1158
-
1159
1156
pub const _POSIX_VDISABLE: :: cc_t = 0 ;
1160
1157
1161
1158
pub const FALLOC_FL_KEEP_SIZE : :: c_int = 0x01 ;
Original file line number Diff line number Diff line change @@ -1712,9 +1712,6 @@ pub const TFD_CLOEXEC: ::c_int = O_CLOEXEC;
1712
1712
pub const TFD_NONBLOCK : :: c_int = O_NONBLOCK ;
1713
1713
pub const TFD_TIMER_ABSTIME : :: c_int = 1 ;
1714
1714
1715
- pub const XATTR_CREATE : :: c_int = 0x1 ;
1716
- pub const XATTR_REPLACE : :: c_int = 0x2 ;
1717
-
1718
1715
pub const _POSIX_VDISABLE: :: cc_t = 0 ;
1719
1716
1720
1717
pub const FALLOC_FL_KEEP_SIZE : :: c_int = 0x01 ;
Original file line number Diff line number Diff line change @@ -546,6 +546,9 @@ pub const PROT_READ: ::c_int = 1;
546
546
pub const PROT_WRITE : :: c_int = 2 ;
547
547
pub const PROT_EXEC : :: c_int = 4 ;
548
548
549
+ pub const XATTR_CREATE : :: c_int = 0x1 ;
550
+ pub const XATTR_REPLACE : :: c_int = 0x2 ;
551
+
549
552
cfg_if ! {
550
553
if #[ cfg( not( target_env = "uclibc" ) ) ] {
551
554
pub const LC_CTYPE : :: c_int = 0 ;
You can’t perform that action at this time.
0 commit comments