From 1361c98d3c47200d4fe133990ddda81086a62a14 Mon Sep 17 00:00:00 2001 From: Umesh Kalappa Date: Mon, 6 Jan 2020 00:45:06 -0800 Subject: [PATCH] We don't support symbol versioning /weak in VxWorks. --- src/vxworks/mod.rs | 4 ---- 1 file changed, 4 deletions(-) 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;