0e3697
2008-06-09  Jakub Jelinek  <jakub@redhat.com>
0e3697
0e3697
	* omp.h.in (omp_nest_lock_t): Fix up for Linux multilibs.
0e3697
0e3697
--- libgomp/omp.h.in.jj	2008-06-09 13:34:05.000000000 +0200
0e3697
+++ libgomp/omp.h.in	2008-06-09 13:34:48.000000000 +0200
0e3697
@@ -42,8 +42,8 @@ typedef struct
0e3697
 
0e3697
 typedef struct
0e3697
 {
0e3697
-  unsigned char _x[@OMP_NEST_LOCK_SIZE@] 
0e3697
-    __attribute__((__aligned__(@OMP_NEST_LOCK_ALIGN@)));
0e3697
+  unsigned char _x[8 + sizeof (void *)] 
0e3697
+    __attribute__((__aligned__(sizeof (void *))));
0e3697
 } omp_nest_lock_t;
0e3697
 #endif
0e3697