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
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 }}
rust-lang
/
libc
Public
Notifications
You must be signed in to change notification settings
Fork
1.3k
Star
2.6k
Code
Issues
105
Pull requests
48
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Switch to 64 bit file and time APIs on GNU libc for 32bit systems
- #3175
#3175
Closed
snogge
wants to merge 19 commits into
rust-lang:main
rust-lang/libc:main
from
snogge:time_bits=64
snogge/rust-lang-libc:time_bits=64
Copy head branch name to clipboard
Conversation
Commits
19
(19)
Checks
Files changed
Closed
Switch to 64 bit file and time APIs on GNU libc for 32bit systems
#3175
snogge
wants to merge 19 commits into
rust-lang:main
rust-lang/libc:main
from
snogge:time_bits=64
snogge/rust-lang-libc:time_bits=64
Copy head branch name to clipboard
Commits
Commits on Aug 15, 2024
Add cfg option gnu_time64_abi
Show description for ee04e86
snogge
committed
ee04e86
View commit details
Copy full SHA for ee04e86
Browse repository at this point
libc-test: Set the gnu time64 preprocessor symbols for all ptr32
Show description for 6e9fa92
snogge
committed
6e9fa92
View commit details
Copy full SHA for 6e9fa92
Browse repository at this point
gnu: Handle basic file and time types for 32bit systems with time64
Show description for 6b82eb2
snogge
committed
6b82eb2
View commit details
Copy full SHA for 6b82eb2
Browse repository at this point
gnu: Use _TIME_BITS and _FILE_OFFSET_BITS=64 versions of glibc symbols
Show description for 107177a
snogge
committed
107177a
View commit details
Copy full SHA for 107177a
Browse repository at this point
linux: Set SO_TIMESTAMP* and SO_RCVTIMEO and SO_SNDTIMEO
Show description for 5a0eb4b
snogge
committed
5a0eb4b
View commit details
Copy full SHA for 5a0eb4b
Browse repository at this point
linux: Set RLIM_INFINITY for mips GNU libc with _FILE_OFFSET_BITS=64
snogge
committed
9c46b6c
View commit details
Copy full SHA for 9c46b6c
Browse repository at this point
gnu: Update F_GETLK and F_GETLK64 for 64-bit time
snogge
committed
ecf680c
View commit details
Copy full SHA for ecf680c
Browse repository at this point
gnu: Update F_SETLK and F_SETLKW for 64-bit time
Show description for 8f514a1
snogge
committed
8f514a1
View commit details
Copy full SHA for 8f514a1
Browse repository at this point
linux: Update struct input_event for glibc _TIME_BITS=64
snogge
committed
5213d0b
View commit details
Copy full SHA for 5213d0b
Browse repository at this point
gnu: Handle timeval.tv_usec for glibc 64-bit time_t
Show description for 50a931d
snogge
committed
50a931d
View commit details
Copy full SHA for 50a931d
Browse repository at this point
gnu 32 powerpc: Rename powerpc.rs -> powerpc/mod.rs
snogge
committed
c4a27a8
View commit details
Copy full SHA for c4a27a8
Browse repository at this point
gnu: Update struct shmid_ds for 64-bit time
snogge
committed
d2af68c
View commit details
Copy full SHA for d2af68c
Browse repository at this point
gnu: Update struct msqid_ds for 64-bit time
snogge
committed
bc553de
View commit details
Copy full SHA for bc553de
Browse repository at this point
gnu: Update struct semid_ds for 64-bit time
snogge
committed
f2ff593
View commit details
Copy full SHA for f2ff593
Browse repository at this point
gnu: Update struct aiocb for _TIME_BITS=64
snogge
committed
83c60cd
View commit details
Copy full SHA for 83c60cd
Browse repository at this point
gnu: Update struct timespec for _TIME_BITS=64
Show description for 49d1137
snogge
committed
49d1137
View commit details
Copy full SHA for 49d1137
Browse repository at this point
gnu: Move struct timex to gnu/b64 and gnu/b32/time*.rs
Show description for fefc83c
snogge
committed
fefc83c
View commit details
Copy full SHA for fefc83c
Browse repository at this point
gnu: Update the stat* structs for 64-bit time
Show description for d9a25a7
snogge
committed
d9a25a7
View commit details
Copy full SHA for d9a25a7
Browse repository at this point
full_ci: Test with various _TIME_BITS settings where relevant
Show description for 1db367e
snogge
committed
1db367e
View commit details
Copy full SHA for 1db367e
Browse repository at this point
You can’t perform that action at this time.