Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
rust-lang
/
libc
Public
Notifications
You must be signed in to change notification settings
Fork
1.3k
Star
2.6k
Code
Issues
113
Pull requests
60
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Fix CI issues in 0.2 branch
- #4695
#4695
Closed
joshtriplett
wants to merge 10 commits into
rust-lang:libc-0.2
rust-lang/libc:libc-0.2
from
joshtriplett:fix-deprecated-deprecated-usage
joshtriplett/rust-libc:fix-deprecated-deprecated-usage
Copy head branch name to clipboard
Conversation
Commits
10
(10)
Checks
Files changed
Closed
Fix CI issues in 0.2 branch
#4695
joshtriplett
wants to merge 10 commits into
rust-lang:libc-0.2
rust-lang/libc:libc-0.2
from
joshtriplett:fix-deprecated-deprecated-usage
joshtriplett/rust-libc:fix-deprecated-deprecated-usage
Copy head branch name to clipboard
Commits
Commits on Sep 15, 2025
Move deprecated attribute from `extern "C"` block to functions
Show description for 5343f4e
joshtriplett
committed
5343f4e
View commit details
Copy full SHA for 5343f4e
Browse repository at this point
Commits on Sep 18, 2025
Add spaces around the `::` in a use of `$crate::` to not hit regex for `crate::`
Show description for 5e9e7b9
joshtriplett
committed
5e9e7b9
View commit details
Copy full SHA for 5e9e7b9
Browse repository at this point
Don't check TIOCMGDTRWAIT or TIOCMSDTRWAIT on FreeBSD 15 (fails in CI)
joshtriplett
committed
fb1e7bb
View commit details
Copy full SHA for fb1e7bb
Browse repository at this point
Update `_MC_FLAG_MASK` for `_MC_HASTLSBASE`
joshtriplett
committed
1e52ecf
View commit details
Copy full SHA for 1e52ecf
Browse repository at this point
Limit _MC_HASTLSBASE to FreeBSD 15+
joshtriplett
committed
ffc17d0
View commit details
Copy full SHA for ffc17d0
Browse repository at this point
Limit mc_tlsbase field to FreeBSD 15+
joshtriplett
committed
6d4247e
View commit details
Copy full SHA for 6d4247e
Browse repository at this point
Ignore P_IDLEPROC before FreeBSD 15+
joshtriplett
committed
791b151
View commit details
Copy full SHA for 791b151
Browse repository at this point
Use `contains` for `__mcontext` struct because string matching doesn't seem to work
joshtriplett
committed
020f501
View commit details
Copy full SHA for 020f501
Browse repository at this point
Don't check _MC_FLAG_MASK before FreeBSD 15+
joshtriplett
committed
cee4c56
View commit details
Copy full SHA for cee4c56
Browse repository at this point
Change all dockerfiles to use Ubuntu 25.10 because 24.10 is EOL and apt breaks
joshtriplett
committed
2c946fe
View commit details
Copy full SHA for 2c946fe
Browse repository at this point
You can’t perform that action at this time.