about summary refs log tree commit diff
path: root/nptl/pthread_attr_extension.c
Commit message (Collapse)AuthorAgeFilesLines
* nptl: Make pthread_attr_t dynamically extensibleFlorian Weimer2020-06-021-0/+32
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>