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

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