aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/htl/include/semaphore.h
AgeCommit message (Collapse)AuthorFilesLines
2020-06-24htl: Add wrapper header for <semaphore.h> with hidden __sem_postFlorian Weimer1-0/+9
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>