mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-17 13:01:12 +03:00
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>