diff options
author | Patrick Williams <iawillia@us.ibm.com> | 2011-03-05 10:01:45 -0600 |
---|---|---|
committer | Patrick Williams <iawillia@us.ibm.com> | 2011-03-05 10:01:45 -0600 |
commit | 706243ac48cf646d503a3f1ec9e6a28c916694bd (patch) | |
tree | 5d583486a145a9646eccb9d3c4bce4dad45a2a84 /src/include/stddef.h | |
parent | 5c20d316d21e231daee6455f0a78d5940d59cf23 (diff) | |
download | talos-hostboot-706243ac48cf646d503a3f1ec9e6a28c916694bd.tar.gz talos-hostboot-706243ac48cf646d503a3f1ec9e6a28c916694bd.zip |
Merge of PowerHAL project up to commit:
dd45c30bd53d8e6c123165b83842d08117558a3c
Diffstat (limited to 'src/include/stddef.h')
-rw-r--r-- | src/include/stddef.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/stddef.h b/src/include/stddef.h index 10c28e361..49cef0832 100644 --- a/src/include/stddef.h +++ b/src/include/stddef.h @@ -9,4 +9,6 @@ #endif #endif +#define offsetof(type, member) __builtin_offsetof(type, member) + #endif |