summaryrefslogtreecommitdiffstats
path: root/spec/rtems/basedefs/if/container-of.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/basedefs/if/container-of.yml')
-rw-r--r--spec/rtems/basedefs/if/container-of.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/rtems/basedefs/if/container-of.yml b/spec/rtems/basedefs/if/container-of.yml
index 0636d79b..70bafc9f 100644
--- a/spec/rtems/basedefs/if/container-of.yml
+++ b/spec/rtems/basedefs/if/container-of.yml
@@ -5,7 +5,7 @@ copyrights:
- Copyright (C) 2014 embedded brains GmbH (http://www.embedded-brains.de)
definition:
default: |
- ( (_type *) ( (${/c/if/uintptr_t:/name}) ( _m ) - ${/c/if/offsetof:/name}( _type, _member_name ) ) )
+ ( (${.:/params[1]/name} *) ( (${/c/if/uintptr_t:/name}) ( ${.:/params[0]/name} ) - ${/c/if/offsetof:/name}( ${.:/params[1]/name}, ${.:/params[2]/name} ) ) )
variants: []
description: null
enabled-by: true