pacemaker  1.1.18-7fdfbbe
Scalable High-Availability cluster resource manager
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
stdalign.in.h File Reference
#include <stddef.h>
Include dependency graph for stdalign.in.h:

Go to the source code of this file.

Macros

#define _Alignof(type)   offsetof (struct { char __a; type __b; }, __b)
 
#define alignof   _Alignof
 
#define __alignof_is_defined   1
 

Macro Definition Documentation

#define __alignof_is_defined   1

Definition at line 53 of file stdalign.in.h.

#define _Alignof (   type)    offsetof (struct { char __a; type __b; }, __b)

Definition at line 50 of file stdalign.in.h.

#define alignof   _Alignof

Definition at line 52 of file stdalign.in.h.