commit | 941cab98b0281c3f0db63b3e84588f074c80888e | [log] [tgz] |
---|---|---|
author | Peter Mitsis <peter.mitsis@windriver.com> | Tue Apr 14 10:57:14 2015 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Feb 05 20:13:39 2016 -0500 |
tree | 3ca3c9e8a27726c2f46bd8733200b4d655f5a1fa | |
parent | 3f44105695af1e1c75bc3547f9a5b55274542c23 [diff] |
Replace use of OFFSET with stddef's offsetof Instances of the custom OFFSET() macro are replaced with the standard offsetof() macro from stddef.h to reduce code duplication. Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>