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:
commit
a3d569510b
@ -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,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user