summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/inline/options.inl
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-07-03 14:20:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-07-03 14:20:03 +0000
commit503dc05890731954e899d63a8baecabac573e22b (patch)
treec93178f7485d46cb9c10865f9d3bcf33dc9df2f9 /c/src/exec/rtems/inline/options.inl
parentchanged version (diff)
downloadrtems-503dc05890731954e899d63a8baecabac573e22b.tar.bz2
switched from "STATIC INLINE" to "RTEMS_INLINE_ROUTINE"
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
)
{