summaryrefslogtreecommitdiffstats
path: root/spec/rtems/basedefs/req/weak-alias-1.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/basedefs/req/weak-alias-1.yml')
-rw-r--r--spec/rtems/basedefs/req/weak-alias-1.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/rtems/basedefs/req/weak-alias-1.yml b/spec/rtems/basedefs/req/weak-alias-1.yml
index 12143c89..f22e7e45 100644
--- a/spec/rtems/basedefs/req/weak-alias-1.yml
+++ b/spec/rtems/basedefs/req/weak-alias-1.yml
@@ -2,17 +2,17 @@ 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/weak-alias
-non-functional-type: interface
rationale: |
The other function at global scope with the same name as
``newname`` can possibly be defined in
another compilation unit and linked with the compilation
unit containing the function defined with ${../if/weak-alias:/name}.
references: []
-requirement-type: non-functional
+requirement-type: functional
text: |
When the code is compiled with the GNU C compiler,
and the produced target file format is ELF or a.out,