diff --git a/src/vxworks/mod.rs b/src/vxworks/mod.rs index a086dedf7218f..e8c423b001285 100755 --- a/src/vxworks/mod.rs +++ b/src/vxworks/mod.rs @@ -550,10 +550,6 @@ pub const EAI_SERVICE: ::c_int = 9; pub const EAI_SOCKTYPE: ::c_int = 10; pub const EAI_SYSTEM: ::c_int = 11; -// This is not defined in vxWorks, but we have to define it here -// to make the building pass for getrandom and libstd, FIXME -pub const RTLD_DEFAULT: *mut ::c_void = 0i64 as *mut ::c_void; - //Clock Lib Stuff pub const CLOCK_REALTIME: ::c_int = 0x0; pub const CLOCK_MONOTONIC: ::c_int = 0x1;