Skip to content

Commit f8dae7d

Browse files
authored
Merge pull request #4515 from neuschaefer/s390x-const
s390x-linux-musl: remove bogus constants
2 parents c4a4294 + a5b89d3 commit f8dae7d

File tree

1 file changed

+0
-2
lines changed
  • src/unix/linux_like/linux/musl/b64

1 file changed

+0
-2
lines changed

src/unix/linux_like/linux/musl/b64/s390x.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ cfg_if! {
9898
}
9999

100100
pub const VEOF: usize = 4;
101-
pub const RTLD_DEEPBIND: c_int = 0x8;
102101

103102
pub const EUCLEAN: c_int = 117;
104103
pub const ENOTNAM: c_int = 118;
@@ -134,7 +133,6 @@ pub const O_NOCTTY: c_int = 256;
134133
pub const O_SYNC: c_int = 1052672;
135134
pub const O_RSYNC: c_int = 1052672;
136135
pub const O_DSYNC: c_int = 4096;
137-
pub const O_FSYNC: c_int = 0x101000;
138136
pub const O_DIRECT: c_int = 0x4000;
139137
pub const O_DIRECTORY: c_int = 0x10000;
140138
pub const O_NOFOLLOW: c_int = 0x20000;

0 commit comments

Comments
 (0)