diff --git a/src/unix/uclibc/mod.rs b/src/unix/uclibc/mod.rs index a68cb7a02818e4e8a9a39c173ebaab0e0d8a9543..de09587983409700a4c1f3cf654164fb215b4f9c 100644 --- a/src/unix/uclibc/mod.rs +++ b/src/unix/uclibc/mod.rs @@ -870,6 +870,7 @@ pub const MSG_WAITFORONE: ::c_int = 0x10000; pub const MSG_CMSG_CLOEXEC: ::c_int = 0x40000000; pub const SOCK_RAW: ::c_int = 3; +pub const SOCK_RDM: ::c_int = 4; pub const IP_MULTICAST_TTL: ::c_int = 33; pub const IP_MULTICAST_LOOP: ::c_int = 34; pub const IP_TTL: ::c_int = 2;