about summary refs log tree commit diff
path: root/sysdeps/pthread/tst-join15.c
Commit message (Collapse)AuthorAgeFilesLines
* nptl: Return EINVAL for invalid clock for pthread_clockjoin_npAdhemerval Zanella2020-11-251-0/+85
The align the GNU extension with the others one that accept specify which clock to wait for (such as pthread_mutex_clocklock). Check on x86_64-linux-gnu. Reviewed-by: Lukasz Majewski <lukma@denx.de>