summaryrefslogtreecommitdiffstats
path: root/spec/rtems/sem/val/ident.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/sem/val/ident.yml')
-rw-r--r--spec/rtems/sem/val/ident.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/spec/rtems/sem/val/ident.yml b/spec/rtems/sem/val/ident.yml
index ea674936..f9957075 100644
--- a/spec/rtems/sem/val/ident.yml
+++ b/spec/rtems/sem/val/ident.yml
@@ -14,7 +14,7 @@ test-actions:
rtems_id id_local_object;
sc = rtems_semaphore_create(
- ClassicObjectIdentName,
+ NAME_LOCAL_OBJECT,
0,
RTEMS_DEFAULT_ATTRIBUTES,
0,
@@ -24,6 +24,7 @@ test-actions:
${../../req/ident:/test-run}(
id_local_object,
+ NAME_LOCAL_OBJECT,
ClassicSemIdentAction
);
@@ -42,6 +43,8 @@ test-local-includes:
test-setup: null
test-stop: null
test-support: |
+ #define NAME_LOCAL_OBJECT rtems_build_name( 'S', 'E', 'M', 'A' )
+
static rtems_status_code ClassicSemIdentAction(
rtems_name name,
uint32_t node,