Merge pull request #57 from mneumann/dragonfly_ss_sp

DragonFly/FreeBSD: Make ss_sp *mut c_void as in the other implementat…
This commit is contained in:
Alex Crichton 2015-11-11 09:25:42 -08:00
commit a3d569510b

View File

@ -81,7 +81,7 @@ s! {
}
pub struct stack_t {
pub ss_sp: *mut ::c_char,
pub ss_sp: *mut ::c_void,
pub ss_size: ::size_t,
pub ss_flags: ::c_int,
}