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

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