Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-02 | nptl: Make pthread_attr_t dynamically extensible | Florian Weimer | |
This introduces the function __pthread_attr_extension to allocate the extension space, which is freed by pthread_attr_destroy. Reviewed-by: Carlos O'Donell <carlos@redhat.com> |