[libc-commits] [PATCH] D159125: [libc] Fix nanosleep implementation when using SYS_clock_nanosleep_time64 in 32-bit systems

Mikhail Ramalho via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Sep 5 10:26:38 PDT 2023


mikhail.ramalho updated this revision to Diff 555893.
mikhail.ramalho added a comment.

- define time64_t as __INT64_TYPE__
- rebased


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D159125

Files:
  libc/config/linux/api.td
  libc/include/CMakeLists.txt
  libc/include/llvm-libc-types/CMakeLists.txt
  libc/include/llvm-libc-types/struct_sched_param.h
  libc/include/llvm-libc-types/struct_stat.h
  libc/include/llvm-libc-types/struct_timespec64.h
  libc/include/llvm-libc-types/time64_t.h
  libc/spec/posix.td
  libc/spec/spec.td
  libc/spec/stdc.td
  libc/src/time/linux/nanosleep.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D159125.555893.patch
Type: text/x-patch
Size: 10769 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230905/3b83c6c3/attachment.bin>


More information about the libc-commits mailing list