Home
last modified time | relevance | path

Searched refs:remove (Results 1 – 15 of 15) sorted by relevance

/rust-libc-0.2.174/ci/
H A Dandroid-sysimage.sh39 apt-get purge --auto-remove -y e2tools
/rust-libc-0.2.174/
H A D.release-plz.toml40 { message = '(?i)^(\w+: )?remove', group = "removed" },
H A DCHANGELOG.md212 - Define c_char at top-level and remove per-target c_char definitions <https://github.com/rust-lang…
304 …net types <https://github.com/rust-lang/libc/pull/4022> (before release: remove `if_family_id` ([#…
350 - Aix: remove duplicate constants <https://github.com/rust-lang/libc/pull/3643>
366 - Glibc: remove redundant definitions ([#3261](https://github.com/rust-lang/libc/pulls/3261))
367 - Musl: remove redundant definitions ([#3261](https://github.com/rust-lang/libc/pulls/3261))
416 - CI: remove tests with rust < 1.63 <https://github.com/rust-lang/libc/pull/4051>
614 - Apple: remove `rmx_state` in <https://github.com/rust-lang/libc/pull/3776>
617 - Update or remove CI tests that have been failing
H A DREADME.md47 to remove this dependency and be able to use `libc` in `#![no_std]` crates.
H A DCONTRIBUTING.md117 When Rust removes a support for a target, the libc crate also may remove the
/rust-libc-0.2.174/libc-test/semver/
H A Dwindows.txt283 remove
H A Dunix.txt750 remove
H A Daix.txt2368 remove
H A Dandroid.txt3729 remove
/rust-libc-0.2.174/src/windows/
H A Dmod.rs304 pub fn remove(filename: *const c_char) -> c_int; in remove() function
/rust-libc-0.2.174/src/wasi/
H A Dmod.rs509 pub fn remove(a: *const c_char) -> c_int; in remove() function
/rust-libc-0.2.174/src/solid/
H A Dmod.rs458 pub fn remove(arg1: *const c_char) -> c_int; in remove() function
/rust-libc-0.2.174/src/vxworks/
H A Dmod.rs1132 pub fn remove(filename: *const c_char) -> c_int; in remove() function
/rust-libc-0.2.174/src/unix/
H A Dmod.rs626 pub fn remove(filename: *const c_char) -> c_int; in remove() function
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs3460 pub fn remove(filename: *const c_char) -> c_int; in remove() function