llvm-project/libc/config
Raman Tenneti 8f1e362ee9 Implement nanosleep per https://pubs.opengroup.org/onlinepubs/009695399/basedefs/time.h.html
Tested:
Limited unit test: This makes a call and checks that no error was
returned, but we currently don't have the ability to ensure that
time has elapsed as expected.

Co-authored-by: Jeff Bailey <jeffbailey@google.com>

Reviewed By: sivachandra, jeffbailey

Differential Revision: https://reviews.llvm.org/D134095
2022-09-24 00:13:58 +00:00
..
darwin/arm [libc][math] Implement exp10f function correctly rounded to all rounding modes. 2022-09-19 10:01:40 -04:00
linux Implement nanosleep per https://pubs.opengroup.org/onlinepubs/009695399/basedefs/time.h.html 2022-09-24 00:13:58 +00:00
windows [libc][math] Implement exp10f function correctly rounded to all rounding modes. 2022-09-19 10:01:40 -04:00
CMakeLists.txt Add implementations of POSIX mmap and munmap functions. 2019-12-23 14:04:02 -08:00
public_api.td [libc] Add global stdout and stderr objects. 2022-05-27 05:43:49 +00:00