commit | edcc521a0e94bb198aa3197f1620c40f640334c1 | [log] [tgz] |
---|---|---|
author | Alexander Larsson <alexl@redhat.com> | Mon Mar 26 11:18:22 2012 +0200 |
committer | Arun Sharma <asharma@fb.com> | Mon Mar 26 19:04:01 2012 -0700 |
tree | 5fbbe0724fe8b789c0d95fd15bc958347cbeb670 | |
parent | b1393b7e638fbed2d21a207f813c9fd021ec1242 [diff] |
Add helper macros for pointer arithmetics ALIGN lets you align pointers and STRUCT_MEMBER lets you get structure members at a specific offset. These are useful in general, and will be needed for the coredump notes cleanup work.