diff options
author | Lukasz Majewski <lukma@denx.de> | 2020-11-12 00:24:48 +0100 |
---|---|---|
committer | Lukasz Majewski <lukma@denx.de> | 2020-11-14 22:11:41 +0100 |
commit | eb60eda2b97ce19aba72e7f544e88e49899bc1fd (patch) | |
tree | 595de8593e548e25d9b16c37abc6c203086c2b9d /sysdeps/mach/hurd/open64.c | |
parent | b0c0ad4d548389970446eeb13d4b3f24115f7a00 (diff) | |
download | glibc-eb60eda2b97ce19aba72e7f544e88e49899bc1fd.tar glibc-eb60eda2b97ce19aba72e7f544e88e49899bc1fd.tar.gz glibc-eb60eda2b97ce19aba72e7f544e88e49899bc1fd.tar.bz2 glibc-eb60eda2b97ce19aba72e7f544e88e49899bc1fd.zip |
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>
Diffstat (limited to 'sysdeps/mach/hurd/open64.c')
0 files changed, 0 insertions, 0 deletions