summaryrefslogtreecommitdiffstats
path: root/spec/rtems/basedefs/req/alignof-0.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/basedefs/req/alignof-0.yml')
-rw-r--r--spec/rtems/basedefs/req/alignof-0.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/rtems/basedefs/req/alignof-0.yml b/spec/rtems/basedefs/req/alignof-0.yml
index 01e47b53..3c49d9cc 100644
--- a/spec/rtems/basedefs/req/alignof-0.yml
+++ b/spec/rtems/basedefs/req/alignof-0.yml
@@ -2,16 +2,16 @@ SPDX-License-Identifier: CC-BY-SA-4.0
copyrights:
- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
enabled-by: true
+functional-type: function
links:
- role: interface-function
uid: ../if/alignof
-non-functional-type: interface
rationale: |
Note that if not ``__STDC_VERSION__ >= 201112L`` and neither
``__cplusplus >= 201103L``, the result of this call may return a value
which is not appropriate for alignment.
references: []
-requirement-type: non-functional
+requirement-type: functional
text: |
When the code is compiled with a C compiler and
the ``__STDC_VERSION__`` symbol is defined with version ``201112L`` or