Skip to content

Commit ce5cee1

Browse files
committed
Auto merge of #2224 - kolapapa:master, r=JohnTitor
Add AF_VSOCK to uclibc mips https://github.com/kraj/uclibc-ng/blob/master/libc/sysdeps/linux/common/bits/socket.h#L131
2 parents 3048ef8 + 59bba7b commit ce5cee1

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

Diff for: src/unix/linux_like/linux/uclibc/mod.rs

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ pub const MCL_FUTURE: ::c_int = 0x0002;
4141

4242
pub const SIGEV_THREAD_ID: ::c_int = 4;
4343

44+
pub const AF_VSOCK: ::c_int = 40;
45+
4446
pub const ADFS_SUPER_MAGIC: ::c_long = 0x0000adf5;
4547
pub const AFFS_SUPER_MAGIC: ::c_long = 0x0000adff;
4648
pub const AFS_SUPER_MAGIC: ::c_long = 0x5346414f;

0 commit comments

Comments
 (0)