mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@149124 d073be05-634f-4543-b044-5fe20cf6d1d6
12 lines
392 B
Diff
12 lines
392 B
Diff
--- src/include/mpiimpl.h_orig 2016-05-31 08:10:27.000000000 -0500
|
|
+++ src/include/mpiimpl.h 2016-05-31 08:10:43.000000000 -0500
|
|
@@ -1528,7 +1528,7 @@
|
|
#ifdef MPID_DEV_REQUEST_DECL
|
|
MPID_DEV_REQUEST_DECL
|
|
#endif
|
|
-} MPID_Request ATTRIBUTE((__aligned__(32)));
|
|
+} ATTRIBUTE((__aligned__(32))) MPID_Request;
|
|
|
|
extern MPIU_Object_alloc_t MPID_Request_mem;
|
|
/* Preallocated request objects */
|