summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket225213
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket22521 b/changes/ticket22521
new file mode 100644
index 0000000000..15a6218fa7
--- /dev/null
+++ b/changes/ticket22521
@@ -0,0 +1,3 @@
+ o Code simplification and refactoring:
+ - Replace our STRUCT_OFFSET() macro with offsetof(). Closes
+ ticket 22521. Patch from Neel Chauhan.