1
1

opal/lifo: fix type declaration when cmpset_128 is available

Этот коммит содержится в:
Gilles Gouaillardet 2015-01-16 15:12:29 +09:00
родитель b23126497c
Коммит 1ba36175be

Просмотреть файл

@ -14,6 +14,8 @@
* Copyright (c) 2010 IBM Corporation. All rights reserved.
* Copyright (c) 2014 Los Alamos National Security, LLC. All rights
* reseved.
* Copyright (c) 2015 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -41,7 +43,7 @@ BEGIN_C_DECLS
* Counted pointer to avoid the ABA problem.
*/
union opal_counted_pointer_t {
struct {
union {
/** update counter used when cmpset_128 is available */
uint64_t counter;
/** list item pointer */