1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00
Files
glibc/sysdeps/unix/sysv/linux
Lukasz Majewski eb60eda2b9 y2038: Convert thrd_sleep to support 64 bit time
The thrd_sleep function has been converted to support 64 bit time.
It was also necessary to provide Linux specific copy of it to avoid
problems on i686-gnu (i.e. HURD) port, which is not providing
clock_nanosleep() supporting 64 bit time.

The thrd_sleep is a wrapper on POSIX threads to provide C11 standard
threads interface. It directly calls __clock_nanosleep64().

Build tests:
./src/scripts/build-many-glibcs.py glibcs

Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
2020-11-14 22:11:41 +01:00
..
2020-10-23 16:31:11 +00:00
2020-10-23 16:31:11 +00:00
2020-10-23 16:31:11 +00:00
2020-10-23 16:31:11 +00:00
2020-11-13 15:20:10 +01:00
2020-10-23 16:31:11 +00:00
2020-10-23 16:31:11 +00:00
2020-10-23 16:31:11 +00:00
2020-10-23 16:31:11 +00:00
2020-11-13 15:20:10 +01:00
2020-10-23 16:31:11 +00:00
2020-07-16 17:55:35 +02:00
2020-08-24 14:27:19 -03:00
2020-09-11 14:41:57 -03:00
2020-08-24 14:28:21 -03:00
2020-08-24 15:04:31 -03:00
2020-10-07 16:41:30 +02:00
2020-10-09 17:02:07 -03:00
2020-09-02 09:16:05 -03:00
2020-02-14 21:12:45 -03:00
2020-10-09 17:02:07 -03:00
2020-08-24 15:04:31 -03:00
2020-09-11 14:42:02 -03:00
2020-04-30 10:42:43 -07:00
2020-09-11 16:20:49 -03:00
2020-02-14 21:12:45 -03:00
2020-10-16 14:19:23 -03:00
2020-10-16 14:19:23 -03:00
2020-09-28 17:28:39 -03:00
2020-07-16 17:55:35 +02:00
2020-09-28 16:21:48 -03:00
2020-10-09 17:02:07 -03:00
2020-11-11 12:15:21 +01:00
2020-02-14 21:12:45 -03:00
2020-07-16 17:55:35 +02:00
2020-09-11 14:35:13 -03:00