summaryrefslogtreecommitdiffstats
path: root/spec/rtems/basedefs/req/have-member-same-type-0.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/basedefs/req/have-member-same-type-0.yml')
-rw-r--r--spec/rtems/basedefs/req/have-member-same-type-0.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/rtems/basedefs/req/have-member-same-type-0.yml b/spec/rtems/basedefs/req/have-member-same-type-0.yml
index f138988e..e8b419b6 100644
--- a/spec/rtems/basedefs/req/have-member-same-type-0.yml
+++ b/spec/rtems/basedefs/req/have-member-same-type-0.yml
@@ -2,10 +2,10 @@ SPDX-License-Identifier: CC-BY-SA-4.0
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
enabled-by: true
+functional-type: function
links:
- role: interface-function
uid: ../if/have-member-same-type
-non-functional-type: interface
rationale: |
The ${../if/have-member-same-type:/name} does only work in C.
Type qualifiers do not matter (``const int`` is
@@ -15,7 +15,7 @@ rationale: |
indirection matters (``**int`` is not compatible with ``*int``).
See https://gcc.gnu.org/onlinedocs/gcc/Other-Builtins.html#index-_005f_005fbuiltin_005ftypes_005fcompatible_005fp
references: []
-requirement-type: non-functional
+requirement-type: functional
text: |
When the code is compiled with the GNU C compiler,
and argument ${../if/have-member-same-type:/params[0]/name} is a union or