1
0
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:
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

@@ -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;