[libc-commits] [PATCH] D134095: Implement nanosleep per https://pubs.opengroup.org/onlinepubs/009695399/basedefs/time.h.html

Jeff Bailey via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Sep 23 17:14:11 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG8f1e362ee927: Implement nanosleep per https://pubs.opengroup. (authored by rtenneti, committed by jeffbailey).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134095

Files:
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/api.td
  libc/config/linux/x86_64/entrypoints.txt
  libc/include/CMakeLists.txt
  libc/include/llvm-libc-types/struct_timespec.h
  libc/spec/posix.td
  libc/src/time/CMakeLists.txt
  libc/src/time/nanosleep.cpp
  libc/src/time/nanosleep.h
  libc/test/src/time/CMakeLists.txt
  libc/test/src/time/nanosleep_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134095.462627.patch
Type: text/x-patch
Size: 7025 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220924/4fcac0b3/attachment.bin>


More information about the libc-commits mailing list