about summary refs log tree commit diff
path: root/include/ulimit.h
diff options
context:
space:
mode:
authorLukasz Majewski <lukma@denx.de>2020-11-12 00:24:48 +0100
committerLukasz Majewski <lukma@denx.de>2020-11-14 22:11:41 +0100
commiteb60eda2b97ce19aba72e7f544e88e49899bc1fd (patch)
tree595de8593e548e25d9b16c37abc6c203086c2b9d /include/ulimit.h
parentb0c0ad4d548389970446eeb13d4b3f24115f7a00 (diff)
downloadglibc-eb60eda2b97ce19aba72e7f544e88e49899bc1fd.tar.gz
glibc-eb60eda2b97ce19aba72e7f544e88e49899bc1fd.tar.xz
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 'include/ulimit.h')
0 files changed, 0 insertions, 0 deletions