diff options
author | Florian Weimer <fweimer@redhat.com> | 2020-05-19 12:32:39 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2020-05-20 20:28:44 +0200 |
commit | 331c6e8a184167dd21a9f0b3fc165aeefea6eeca (patch) | |
tree | 76c20764a829cbb26017adb371e0160ffa2c7afd /nptl/Makefile | |
parent | 3699ef99de0d69284cdd28c3cc5e1aa89e398443 (diff) | |
download | glibc-331c6e8a184167dd21a9f0b3fc165aeefea6eeca.tar glibc-331c6e8a184167dd21a9f0b3fc165aeefea6eeca.tar.gz glibc-331c6e8a184167dd21a9f0b3fc165aeefea6eeca.tar.bz2 glibc-331c6e8a184167dd21a9f0b3fc165aeefea6eeca.zip |
nptl: Add __pthread_attr_copy for copying pthread_attr_t objects
Also add the private type union pthread_attr_transparent, to reduce
the amount of casting that is required.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Tested-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 0dd8800f19..b4aaad0f20 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -39,6 +39,7 @@ routines = \ old_pthread_cond_destroy \ old_pthread_cond_init \ pthread_atfork \ + pthread_attr_copy \ pthread_attr_destroy \ pthread_attr_getdetachstate \ pthread_attr_getinheritsched \ |