Skip to content

Commit 1c5bc66

Browse files
committed
Add ENOTSUP constant for riscv64 musl
1 parent 78d6835 commit 1c5bc66

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

src/unix/linux_like/linux/musl/b64/riscv64/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,7 @@ pub const ENOPROTOOPT: ::c_int = 92;
546546
pub const EPROTONOSUPPORT: ::c_int = 93;
547547
pub const ESOCKTNOSUPPORT: ::c_int = 94;
548548
pub const EOPNOTSUPP: ::c_int = 95;
549+
pub const ENOTSUP: ::c_int = EOPNOTSUPP;
549550
pub const EPFNOSUPPORT: ::c_int = 96;
550551
pub const EAFNOSUPPORT: ::c_int = 97;
551552
pub const EADDRINUSE: ::c_int = 98;

0 commit comments

Comments
 (0)