diff options
| author | Valerii Hiora <valerii.hiora@gmail.com> | 2015-02-03 15:30:10 +0200 |
|---|---|---|
| committer | Valerii Hiora <valerii.hiora@gmail.com> | 2015-02-03 15:31:31 +0200 |
| commit | 3449751ff7fa21aedd1352cdbe9f7d77e2bc0d91 (patch) | |
| tree | 7b04b88dcc94a9350867d08ea93065a8568ddbf4 /src/libstd/sys/unix/c.rs | |
| parent | 336c8d2e9c6b276b162bdb3edd43706372e6eddd (diff) | |
| download | rust-3449751ff7fa21aedd1352cdbe9f7d77e2bc0d91.tar.gz rust-3449751ff7fa21aedd1352cdbe9f7d77e2bc0d91.zip | |
iOS: fixed build
Diffstat (limited to 'src/libstd/sys/unix/c.rs')
| -rw-r--r-- | src/libstd/sys/unix/c.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/sys/unix/c.rs b/src/libstd/sys/unix/c.rs index 89bd9a23406..50a8e6b73e3 100644 --- a/src/libstd/sys/unix/c.rs +++ b/src/libstd/sys/unix/c.rs @@ -143,6 +143,7 @@ extern { pub fn sigdelset(set: *mut sigset_t, signum: libc::c_int) -> libc::c_int; pub fn sigemptyset(set: *mut sigset_t) -> libc::c_int; + #[cfg(not(target_os = "ios"))] pub fn getpwuid_r(uid: libc::uid_t, pwd: *mut passwd, buf: *mut libc::c_char, |
