Update.
[platform/upstream/glibc.git] / nptl / sysdeps / unix / sysv / linux / x86_64 / bits / pthreadtypes.h
index b1d9cb5..47d856c 100644 (file)
@@ -63,7 +63,7 @@ typedef union
 typedef union
 {
   char __size[__SIZEOF_PTHREAD_MUTEXATTR_T];
-  long int __align;
+  int __align;
 } pthread_mutexattr_t;
 
 
@@ -86,7 +86,7 @@ typedef union
 typedef union
 {
   char __size[__SIZEOF_PTHREAD_CONDATTR_T];
-  long int __align;
+  int __align;
 } pthread_condattr_t;