diff options
author | Lukasz Majewski <lukma@denx.de> | 2020-11-12 00:09:03 +0100 |
---|---|---|
committer | Lukasz Majewski <lukma@denx.de> | 2020-11-14 22:10:31 +0100 |
commit | b0c0ad4d548389970446eeb13d4b3f24115f7a00 (patch) | |
tree | 98bee04f41749c17384f8d9973fd1fb8cc800c45 /README | |
parent | 1f1a4847a404e26b5f729dc14a92aa94c87a6063 (diff) | |
download | glibc-b0c0ad4d548389970446eeb13d4b3f24115f7a00.tar.gz glibc-b0c0ad4d548389970446eeb13d4b3f24115f7a00.tar.xz glibc-b0c0ad4d548389970446eeb13d4b3f24115f7a00.zip |
y2038: Convert mtx_timedlock to support 64 bit time
The mtx_timedlock 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 pthread_mutex_timedlock() supporting 64 bit time. The mtx_timedlock is a wrapper on POSIX threads to provide C11 standard threads interface. It directly calls __pthread_mutex_timedlock64(). Build tests: ./src/scripts/build-many-glibcs.py glibcs Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions