[libcxx-commits] [PATCH] D137132: [libc++][Android] Use fopen/ftruncate64/off64_t on 32-bit Bionic

Ryan Prichard via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Nov 3 17:04:46 PDT 2022


rprichard updated this revision to Diff 473086.
rprichard edited the summary of this revision.
rprichard added a comment.

On Windows, use int64_t/_chsize_s instead of off_t/_chsize.

I'm not sure if __MVS__ is actually 64-bit or not...


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137132/new/

https://reviews.llvm.org/D137132

Files:
  libcxx/test/support/filesystem_test_helper.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137132.473086.patch
Type: text/x-patch
Size: 4212 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221104/b695f338/attachment.bin>


More information about the libcxx-commits mailing list