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

Avoid fstat64, which is unnecessary #7141

Merged
merged 2 commits into from
Dec 8, 2023
Merged

Avoid fstat64, which is unnecessary #7141

merged 2 commits into from
Dec 8, 2023

Conversation

srh
Copy link
Contributor

@srh srh commented Dec 8, 2023

Description

Compilation had broken on the Alpine linux edge version, using musl instead of glibc. Further investigation shows that using fstat64 is unnecessary. We do set _FILE_OFFSET_BITS to 64 in the CXXFLAGS.

Compilation has been tested on i386 and amd64 Alpine 3.15-3.18 and Alpine Edge, as well as on i386 Ubuntu 14.04.

@srh srh merged commit 90c6e37 into rethinkdb:v2.4.x Dec 8, 2023
1 check failed
@srh srh deleted the srh/lfs branch December 8, 2023 07:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant