Skip to content

Commit 456f1bf

Browse files
committed
mut
1 parent 9c6d6b0 commit 456f1bf

File tree

1 file changed

+1
-1
lines changed
  • src/unix/bsd/freebsdlike

1 file changed

+1
-1
lines changed

src/unix/bsd/freebsdlike/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ s! {
300300
pub dlpi_adds: ::c_ulonglong,
301301
pub dlpi_subs: ::c_ulonglong,
302302
pub dlpi_tls_modid: usize,
303-
pub dlpi_tls_data: *const ::c_void,
303+
pub dlpi_tls_data: *mut ::c_void,
304304
}
305305
}
306306

0 commit comments

Comments
 (0)