summaryrefslogtreecommitdiff
path: root/modules/threads
Commit message (Collapse)AuthorAgeFilesLines
* threads-h: Simplify link dependencies.Bruno Haible2019-06-211-1/+1
| | | | | | | | | | * m4/threads.m4 (gl_THREADS_H): Bail out if Pth threading is requested. Don't set LTLIBSTDTHREAD. * modules/thrd (Link): Simplify accordingly. * modules/mtx (Link): Likewise. * modules/cnd (Link): Likewise. * modules/tss (Link): Likewise. * modules/threads (Link): Likewise.
* threads: New module.Bruno Haible2019-06-201-0/+27
* modules/threads: New file.