1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

Fix typo (and macos build?)

This commit is contained in:
Michael Gehring 2014-09-25 09:44:08 +02:00
parent ee2d571918
commit d159acff2e

View file

@ -44,7 +44,7 @@ extern {
fn endutxent();
#[cfg(target_os = "linux")]
#[cfg(target_os = "macs")]
#[cfg(target_os = "macos")]
fn utmpxname(file: *const c_char) -> c_int;
}