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

Remove some unnecessary ifdefs #1679

Merged
merged 1 commit into from
Jul 4, 2023
Merged

Remove some unnecessary ifdefs #1679

merged 1 commit into from
Jul 4, 2023

Conversation

N-R-K
Copy link
Collaborator

@N-R-K N-R-K commented Jul 1, 2023

define _FILE_OFFSET_BITS 64 unconditionally

according to the manpage, it won't have any effect on 64bit system
anyways. and musl always uses 64bit so this macro doesn't have any
effect there either.

according to the manpage, it won't have any effect on 64bit system
anyways. and musl always uses 64bit so this macro doesn't have any
effect there either.
@N-R-K N-R-K marked this pull request as draft July 1, 2023 03:36
@N-R-K N-R-K marked this pull request as draft July 1, 2023 03:36
@N-R-K N-R-K force-pushed the ifdef_fixes branch 2 times, most recently from 9e10a12 to 4e420e7 Compare July 1, 2023 03:58
@N-R-K
Copy link
Collaborator Author

N-R-K commented Jul 1, 2023

Okay, I give up. No clue why macos is failing, it is completely evil.

Had to drop the commit be5bf3e because macos keeps failing with it.

@N-R-K N-R-K force-pushed the ifdef_fixes branch 2 times, most recently from b5e9639 to 8fdf35e Compare July 1, 2023 04:18
@N-R-K N-R-K changed the title fix some macro issues Remove some unnecessary ifdefs Jul 1, 2023
@N-R-K N-R-K marked this pull request as ready for review July 1, 2023 20:51
src/nnn.c Outdated Show resolved Hide resolved
@jarun jarun merged commit 53e4fec into jarun:master Jul 4, 2023
7 checks passed
@jarun
Copy link
Owner

jarun commented Jul 4, 2023

Thank you!

@N-R-K N-R-K deleted the ifdef_fixes branch July 4, 2023 15:03
@github-actions github-actions bot locked and limited conversation to collaborators Aug 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants