summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/inline/options.inl
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/rtems/inline/options.inl')
-rw-r--r--c/src/exec/rtems/inline/options.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/exec/rtems/inline/options.inl b/c/src/exec/rtems/inline/options.inl
index 9dba30e895..621f39bf1e 100644
--- a/c/src/exec/rtems/inline/options.inl
+++ b/c/src/exec/rtems/inline/options.inl
@@ -27,7 +27,7 @@
* option_set, and FALSE otherwise.
*/
-STATIC INLINE boolean _Options_Is_no_wait (
+RTEMS_INLINE_ROUTINE boolean _Options_Is_no_wait (
rtems_option option_set
)
{
@@ -44,7 +44,7 @@ STATIC INLINE boolean _Options_Is_no_wait (
* OPTION_SET, and FALSE otherwise.
*/
-STATIC INLINE boolean _Options_Is_any (
+RTEMS_INLINE_ROUTINE boolean _Options_Is_any (
rtems_option option_set
)
{