about summary refs log tree commit diff
path: root/sysdeps/mach/clock_nanosleep.c
Commit message (Collapse)AuthorAgeFilesLines
* hurd: Make nanosleep a cancellation pointSamuel Thibault2020-02-101-0/+5
|
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
|
* Refactor nanosleep in terms of clock_nanosleepAdhemerval Zanella2019-11-061-0/+111
The generic version is straightforward. For Hurd, its nanosleep implementation is moved to clock_nanosleep with adjustments from generic unix implementation. The generic clock_nanosleep unix version is also removed since it calls nanosleep. Checked on x86_64-linux-gnu and powerpc64le-linux-gnu. Reviewed-by: Florian Weimer <fweimer@redhat.com>