mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Fix name mangling of pthread_attr_t after change
This commit is contained in:
@ -280,7 +280,7 @@ enum
|
||||
|
||||
/* Forward declaration. */
|
||||
# ifndef __have_pthread_attr_t
|
||||
typedef union __pthread_attr pthread_attr_t;
|
||||
typedef union pthread_attr_t pthread_attr_t;
|
||||
# define __have_pthread_attr_t 1
|
||||
# endif
|
||||
|
||||
|
Reference in New Issue
Block a user