Skip to content

Commit ff6a0c6

Browse files
committed
properly modify the type with ::
1 parent 837159c commit ff6a0c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/bsd/apple/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4189,7 +4189,7 @@ pub const RTLD_FIRST: ::c_int = 0x100;
41894189
pub const RTLD_NODELETE: ::c_int = 0x80;
41904190
pub const RTLD_NOLOAD: ::c_int = 0x10;
41914191
pub const RTLD_GLOBAL: ::c_int = 0x8;
4192-
pub const RTLD_MAIN_ONLY: *mut ::c_void = -5isize as *mut c_void;
4192+
pub const RTLD_MAIN_ONLY: *mut ::c_void = -5isize as *mut ::c_void;
41934193

41944194
pub const _WSTOPPED: ::c_int = 0o177;
41954195

0 commit comments

Comments
 (0)