summaryrefslogtreecommitdiff
path: root/sysdeps/htl/include
AgeCommit message (Collapse)Author
2020-06-24htl: Add wrapper header for <semaphore.h> with hidden __sem_postFlorian Weimer
This is required to avoid a check-localplt failure due to a sem_post call through the PLT. Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
2020-02-09htl: Avoid check-installed-headers looking at inlinesSamuel Thibault
2020-02-09htl: Do not put spin_lock inlines in public headersSamuel Thibault
They were not getting used anyway. Also do not make libsupport use them, it would make tests using it have to be made to link against libmachuser for gsync_wait.