Fix undeclared type name errors when targeting android aarch64.

This commit is contained in:
Roman S. Borschel 2015-11-10 15:24:24 +01:00
parent 62ce956f7a
commit 5a8485b96e

View File

@ -1,8 +1,8 @@
s! {
pub struct sigaction {
pub sa_flags: ::c_uint,
pub sa_sigaction: sighandler_t,
pub sa_mask: sigset_t,
pub sa_sigaction: ::sighandler_t,
pub sa_mask: ::sigset_t,
_restorer: *mut ::c_void,
}
}