Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uclibc/mips: add missing O_LARGEFILE constant #3088

Merged
merged 1 commit into from
Jan 25, 2023

Conversation

cppcoffee
Copy link
Contributor

@cppcoffee cppcoffee commented Jan 23, 2023

Signed-off-by: Xiaobo Liu cppcoffee@gmail.com

This add the O_LARGEFILE constant on Linux and uclibc.
It is defined as part of the uclibc in fcntl.h:

https://cgit.uclibc-ng.org/cgi/cgit/uclibc-ng.git/tree/libc/sysdeps/linux/mips/bits/fcntl.h#n73

Signed-off-by: Xiaobo Liu <cppcoffee@gmail.com>
@rustbot
Copy link
Collaborator

rustbot commented Jan 23, 2023

r? @JohnTitor

(rustbot has picked a reviewer for you, use r? to override)

@JohnTitor
Copy link
Member

Thank you! @bors r+

@bors
Copy link
Contributor

bors commented Jan 25, 2023

📌 Commit e4577a7 has been approved by JohnTitor

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Jan 25, 2023

⌛ Testing commit e4577a7 with merge f4d5a66...

@bors
Copy link
Contributor

bors commented Jan 25, 2023

☀️ Test successful - checks-actions, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13, checks-cirrus-freebsd-14
Approved by: JohnTitor
Pushing f4d5a66 to master...

@bors bors merged commit f4d5a66 into rust-lang:master Jan 25, 2023
@cppcoffee cppcoffee deleted the largefile branch January 26, 2023 02:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants