Skip to content

Commit 82f0201

Browse files
committed
Auto merge of #2809 - AlekseiNikiforovIBM:musl-s390x-support, r=JohnTitor
Musl s390x: add ENOTSUP alias for EOPNOTSUPP
2 parents 51d07d5 + c94c198 commit 82f0201

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ pub const ENOPROTOOPT: ::c_int = 92;
221221
pub const EPROTONOSUPPORT: ::c_int = 93;
222222
pub const ESOCKTNOSUPPORT: ::c_int = 94;
223223
pub const EOPNOTSUPP: ::c_int = 95;
224+
pub const ENOTSUP: ::c_int = EOPNOTSUPP;
224225
pub const EPFNOSUPPORT: ::c_int = 96;
225226
pub const EAFNOSUPPORT: ::c_int = 97;
226227
pub const ENETDOWN: ::c_int = 100;

0 commit comments

Comments
 (0)