This is an archive of the discontinued LLVM Phabricator instance.

[SystemZ][z/OS][libcxx]:Fix fopen64 undeclared error in 32 bit mode
ClosedPublic

Authored by fanbo-meng on Oct 6 2021, 6:07 AM.

Details

Summary

z/OS doesn't support fopen64() functions. Modify the preprocessor directive for z/OS to use fopen() instead.

Diff Detail

Event Timeline

fanbo-meng requested review of this revision.Oct 6 2021, 6:07 AM
fanbo-meng created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptOct 6 2021, 6:07 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript

LGTM, but I think you need a group reviewer approval

ping for a libc++ group reviewer, thanks.

@ldionne Could you review this patch please, thanks!

muiez accepted this revision.Dec 23 2021, 7:27 AM

LGTM

ldionne accepted this revision.Jan 3 2022, 6:09 AM
This revision is now accepted and ready to land.Jan 3 2022, 6:09 AM