Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: Aaron1011/libc

Tags

0.2.62

Toggle 0.2.62's commit message
Auto merge of rust-lang#1467 - gnzlbg:fix_freebsd, r=gnzlbg

Fix FreeBSD

rust-lang#1440 broke FreeBSD by changing `libc` FreeBSD targets to require a `cfg(freebsdXX)` to be defined, but not updating `build.rs` to define `freebsd11` when `LIBC_CI` is not available. Since `LIBC_CI` is always defined on CI, this issue went undetected.

This PR fixes that issue in the `build.rs` and introduces a build task that tests FreeBSD without `LIBC_CI` on FreeBSD11, although I'm  not sure this would have caught the issue in rust-lang#1466 .

Closes rust-lang#1466 .

0.2.61

Toggle 0.2.61's commit message
Auto merge of rust-lang#1464 - gnzlbg:azure_nitpicks, r=gnzlbg

Update README Azure badge to rust-lang2 org

0.2.60

Toggle 0.2.60's commit message
Bump patch version to 0.2.60

0.2.59

Toggle 0.2.59's commit message
Auto merge of rust-lang#1430 - gnzlbg:bump_v, r=gnzlbg

Bump patch version

0.2.58

Toggle 0.2.58's commit message
Auto merge of rust-lang#1384 - gnzlbg:upgrade_rlimit_consts, r=gnzlbg

Upgrade rlimit consts

cc @aidanhs - this should fix the error you are seeing.

0.2.57

Toggle 0.2.57's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request rust-lang#1382 from gnzlbg/rlimit_consts

Fix type of RLIMIT consts on linux gnu

0.2.56

Toggle 0.2.56's commit message
Auto merge of rust-lang#1380 - gnzlbg:missing_tiors485, r=gnzlbg

Add missing TIOCGRS485, TIOCSRS485 constants to Linux

Closes rust-lang#1094 .

0.2.55

Toggle 0.2.55's commit message
Auto merge of rust-lang#1345 - jackpot51:patch-1, r=gnzlbg

Bump version to 0.2.55

This will bring in support for redox as part of the unix target_family, thus allowing rust-lang/rust#60547 to move forward

0.2.54

Toggle 0.2.54's commit message
Auto merge of rust-lang#1331 - gnzlbg:revert_1322, r=alexcrichton

Revert PR 1322

Reverts PR rust-lang#1322 .

cc rust-lang/rust#60117