Skip to content

(v0.54.0) Undefine conflicting macro in header file #22417

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

Merged
merged 1 commit into from
Aug 11, 2025

Conversation

fengxue-IS
Copy link
Contributor

@fengxue-IS fengxue-IS commented Aug 11, 2025

thrtypes.h includes dependency to <fcntl.h> which on AIX contains macro: #define open open64

This conflicts with other uses of the name "open" in files that includes "ContinuationHelpers.hpp".

Backport of #22413

@keithc-ca keithc-ca self-requested a review August 11, 2025 22:04
@keithc-ca
Copy link
Contributor

This conflicts with other uses of the name "open" in files that includes "ContinuationHelpers.hpp"

Missing period. Please fix the description and the commit message.

thrtypes.h includes dependency to <fcntl.h> which on AIX contains
macro: #define open open64

This conflicts with other uses of the name "open" in files that
includes "ContinuationHelpers.hpp".

Signed-off-by: Jack Lu <[email protected]>
@keithc-ca keithc-ca merged commit c5589d1 into eclipse-openj9:v0.54.0-release Aug 11, 2025
2 checks passed
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.

2 participants