mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Fix name mangling of pthread_attr_t after change
This commit is contained in:
@ -271,7 +271,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