mirror of
https://sourceware.org/git/glibc.git
synced 2025-09-02 16:01:20 +03:00
Fix name mangling of pthread_attr_t after change
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
typedef unsigned long int pthread_t;
|
||||
|
||||
|
||||
union __pthread_attr
|
||||
union pthread_attr_t
|
||||
{
|
||||
char __size[__SIZEOF_PTHREAD_ATTR_T];
|
||||
long int __align;
|
||||
|
Reference in New Issue
Block a user