pacemaker  2.1.0-7c3f660
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 77 of file stdalign.in.h.

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

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

#define alignof   _Alignof

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