[all-commits] [llvm/llvm-project] 43c5e6: [SystemZ][z/OS][libcxx]:Fix fopen64 undeclared err...

Fanbo Meng via All-commits all-commits at lists.llvm.org
Thu Jan 6 05:58:10 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 43c5e61b555c3a7fe06d450a27e96ec4629397c3
      https://github.com/llvm/llvm-project/commit/43c5e61b555c3a7fe06d450a27e96ec4629397c3
  Author: Fanbo Meng <fanbo.meng at ibm.com>
  Date:   2022-01-06 (Thu, 06 Jan 2022)

  Changed paths:
    M libcxx/test/support/filesystem_test_helper.h

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

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

Reviewed By: #libc, abhina.sreeskantharajan, muiez, ldionne

Differential Revision: https://reviews.llvm.org/D111226




More information about the All-commits mailing list