Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-05-20 | Hurd: Define ARCH_MIN_GUARD_SIZE in internal <pthread.h> | Florian Weimer | 1 | -0/+3 | |
This macro is always defined on Linux. Reviewed-by: H.J. Lu <hjl.tools@gmail.com> | |||||
2020-06-24 | htl: Add wrapper header for <semaphore.h> with hidden __sem_post | Florian Weimer | 1 | -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> | |||||
2020-02-09 | htl: Avoid check-installed-headers looking at inlines | Samuel Thibault | 1 | -2/+4 | |
2020-02-09 | htl: Do not put spin_lock inlines in public headers | Samuel Thibault | 1 | -0/+36 | |
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. |