We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41944d5 + 70c178d commit 9c4f6c4Copy full SHA for 9c4f6c4
.travis.yml
@@ -69,7 +69,6 @@ matrix:
69
RUSTFLAGS=-Clink-arg=-mios-simulator-version-min=7.0
70
before_install:
71
rustc ./ci/ios/deploy_and_run_on_ios_simulator.rs -o $HOME/runtest
72
- - env: TARGET=x86_64-rumprun-netbsd
73
- env: TARGET=powerpc-unknown-linux-gnu
74
- env: TARGET=powerpc64-unknown-linux-gnu
75
- env: TARGET=powerpc64le-unknown-linux-gnu
src/unix/bsd/mod.rs
@@ -543,6 +543,7 @@ extern {
543
attr: *const ::pthread_attr_t,
544
f: extern fn(*mut ::c_void) -> *mut ::c_void,
545
value: *mut ::c_void) -> ::c_int;
546
+ pub fn acct(filename: *const ::c_char) -> ::c_int;
547
}
548
549
cfg_if! {
0 commit comments