summaryrefslogtreecommitdiffstats
path: root/spec/rtems/sem/if/set-priority.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/sem/if/set-priority.yml')
-rw-r--r--spec/rtems/sem/if/set-priority.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/rtems/sem/if/set-priority.yml b/spec/rtems/sem/if/set-priority.yml
index 5b76bd74..3b5569a8 100644
--- a/spec/rtems/sem/if/set-priority.yml
+++ b/spec/rtems/sem/if/set-priority.yml
@@ -84,7 +84,8 @@ notes: |
sc = rtems_semaphore_create(
rtems_build_name( 'M', 'R', 'S', 'P' ),
1,
- RTEMS_BINARY_SEMAPHORE | RTEMS_MULTIPROCESSOR_RESOURCE_SHARING,
+ RTEMS_BINARY_SEMAPHORE | RTEMS_PRIORITY |
+ RTEMS_MULTIPROCESSOR_RESOURCE_SHARING,
1,
&semaphore_id
);