Skip to content

Commit 56ebc90

Browse files
authored
Merge pull request #1800 from kolapapa/uclibc-kolapapa
add uclibc `SOCK_RDM` field
2 parents 4d0e2b3 + b672d88 commit 56ebc90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unix/uclibc/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -870,6 +870,7 @@ pub const MSG_WAITFORONE: ::c_int = 0x10000;
870870
pub const MSG_CMSG_CLOEXEC: ::c_int = 0x40000000;
871871

872872
pub const SOCK_RAW: ::c_int = 3;
873+
pub const SOCK_RDM: ::c_int = 4;
873874
pub const IP_MULTICAST_TTL: ::c_int = 33;
874875
pub const IP_MULTICAST_LOOP: ::c_int = 34;
875876
pub const IP_TTL: ::c_int = 2;

0 commit comments

Comments
 (0)