Skip to content

Commit e9fb036

Browse files
committed
Add ENOTSUP constant for riscv32/musl
1 parent 2c7f384 commit e9fb036

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

src/unix/linux_like/linux/musl/b32/riscv32/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ pub const ENOPROTOOPT: ::c_int = 92;
271271
pub const EPROTONOSUPPORT: ::c_int = 93;
272272
pub const ESOCKTNOSUPPORT: ::c_int = 94;
273273
pub const EOPNOTSUPP: ::c_int = 95;
274+
pub const ENOTSUP: ::c_int = EOPNOTSUPP;
274275
pub const EPFNOSUPPORT: ::c_int = 96;
275276
pub const EAFNOSUPPORT: ::c_int = 97;
276277
pub const EADDRINUSE: ::c_int = 98;

0 commit comments

Comments
 (0)