Skip to content

Commit

Permalink
Update src/syslog.rs
Browse files Browse the repository at this point in the history
Co-authored-by: SteveLauC <[email protected]>
  • Loading branch information
tisonkun and SteveLauC authored Nov 16, 2024
1 parent 9f3596e commit 541801e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/syslog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ libc_bitflags! {
/// which file descriptors are allocated.
LOG_NDELAY;
/// Write the message to standard error output as well to the system log.
#[cfg(all(not(target_os = "redox"), not(target_os = "illumos")))]
#[cfg(not(any(target_os = "redox", target_os = "illumos")))]
LOG_PERROR;
}
}
Expand Down

0 comments on commit 541801e

Please sign in to comment.