aboutsummaryrefslogtreecommitdiff
path: root/src/vxworks/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/vxworks/mod.rs')
-rw-r--r--src/vxworks/mod.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vxworks/mod.rs b/src/vxworks/mod.rs
index 21d33a4e..43afbc3e 100644
--- a/src/vxworks/mod.rs
+++ b/src/vxworks/mod.rs
@@ -582,8 +582,8 @@ 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
+// FIXME: This is not defined in vxWorks, but we have to define it here
+// to make the building pass for getrandom and std
pub const RTLD_DEFAULT: *mut ::c_void = 0i64 as *mut ::c_void;
//Clock Lib Stuff