Blame SOURCES/gcc44-libgomp-omp_h-multilib.patch

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