Skip to content

Conversation

@hppritcha
Copy link
Member

Turns out the sys/mount.h can be tricky to use
because various other system include files sometimes redefine some of the symbols in this include file, leading
to compile failures.

Careful ordering of include files may solve the problem, but here it simpler just to move the include of sys/mount.h back to its original location.

related to #12181

Signed-off-by: Howard Pritchard howardp@lanl.gov
(cherry picked from commit d2af1d7)

Turns out the sys/mount.h can be tricky to use
because various other system include files sometimes redefine
some of the symbols in this include file, leading
to compile failures.

Careful ordering of include files may solve the problem,
but here it simpler just to move the include of sys/mount.h
back to its original location.

related to open-mpi#12181

Signed-off-by: Howard Pritchard <howardp@lanl.gov>
(cherry picked from commit d2af1d7)
@hppritcha hppritcha requested a review from edgargabriel January 2, 2024 19:40
@github-actions github-actions bot added this to the v5.0.1 milestone Jan 2, 2024
@wenduwan wenduwan removed this from the v5.0.1 milestone Jan 4, 2024
@wenduwan wenduwan merged commit 05eee61 into open-mpi:v5.0.x Jan 5, 2024
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.

3 participants