Fix style errors

This commit is contained in:
Bryant Mairs 2017-02-23 14:46:56 -08:00
parent cd8447550d
commit f79eed589a

View file

@ -723,7 +723,10 @@ extern {
pub fn poll(fds: *mut pollfd, nfds: nfds_t, timeout: ::c_int) -> ::c_int;
#[cfg_attr(all(target_os = "macos", target_arch = "x86"),
link_name = "ppoll$UNIX2003")]
pub fn ppoll(fds: *mut pollfd, nfds: nfds_t, timeout: ::c_int, sigmask: *const sigset_t) -> ::c_int;
pub fn ppoll(fds: *mut pollfd,
nfds: nfds_t,
timeout: ::c_int,
sigmask: *const sigset_t) -> ::c_int;
#[cfg_attr(all(target_os = "macos", target_arch = "x86_64"),
link_name = "select$1050")]
#[cfg_attr(all(target_os = "macos", target_arch = "x86"),