[libcxx-commits] [PATCH] D87940: [SystemZ][ZOS] Porting the time functions within libc++ to z/OS

Zbigniew Sarbinowski via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Sep 21 16:48:28 PDT 2020


zibi updated this revision to Diff 293284.
zibi marked 2 inline comments as done.
zibi added a comment.

I introduced ```TimeVal``` type and ```make_timeval(TimeSpec const&)```.

I did not introduced ```__libcpp_timeval``` since that would be struct ::timeval on all plafromts anyway.. Definition of :```::timeval``` on z/OS is conforming to the standard since it provides 2 required members. Please refer to the actual definition in description.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87940

Files:
  libcxx/include/__threading_support
  libcxx/src/filesystem/filesystem_common.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87940.293284.patch
Type: text/x-patch
Size: 3312 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200921/7926dd15/attachment-0001.bin>


More information about the libcxx-commits mailing list