Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hurd: Make nanosleep a cancellation point | Samuel Thibault | 2020-02-10 | 1 | -0/+5 |
| | |||||
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2020-01-01 | 1 | -1/+1 |
| | |||||
* | Refactor nanosleep in terms of clock_nanosleep | Adhemerval Zanella | 2019-11-06 | 1 | -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> |