aboutsummaryrefslogtreecommitdiff
path: root/nptl/pthread_clockjoin.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-11-25nptl: Return EINVAL for invalid clock for pthread_clockjoin_npAdhemerval Zanella1-0/+4
2020-08-17nptl: Handle NULL abstime [BZ #26394]H.J. Lu1-3/+9
2020-08-13y2038: nptl: Convert pthread_{clock|timed}join_np to support 64 bit timeLukasz Majewski1-3/+16
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-11-01nptl: Add pthread_clockjoin_npMike Crowe1-0/+29