1
0
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:
Ulrich Drepper
2012-02-26 21:42:53 -05:00
parent d94a467080
commit 8da0464f6f
9 changed files with 9 additions and 9 deletions

View File

@ -273,7 +273,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