Skip to content

Commit 987e6ef

Browse files
committed
Add AF_VSOCK to uclibc mips
1 parent 3df6aaa commit 987e6ef

File tree

1 file changed

+2
-0
lines changed
  • src/unix/linux_like/linux/uclibc/mips

1 file changed

+2
-0
lines changed

src/unix/linux_like/linux/uclibc/mips/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ pub const O_NDELAY: ::c_int = 0x80;
6565

6666
pub const SOCK_NONBLOCK: ::c_int = 128;
6767

68+
pub const AF_VSOCK: ::c_int = 40;
69+
6870
pub const EDEADLK: ::c_int = 45;
6971
pub const ENAMETOOLONG: ::c_int = 78;
7072
pub const ENOLCK: ::c_int = 46;

0 commit comments

Comments
 (0)