summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/include/rtems/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/include/rtems/system.h')
-rw-r--r--c/src/exec/score/include/rtems/system.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/c/src/exec/score/include/rtems/system.h b/c/src/exec/score/include/rtems/system.h
index 777a722588..74929eade6 100644
--- a/c/src/exec/score/include/rtems/system.h
+++ b/c/src/exec/score/include/rtems/system.h
@@ -81,15 +81,13 @@ extern "C" {
*/
#ifdef USE_INLINES
-# define STATIC static
# ifdef __GNUC__
-# define INLINE __inline__
+# define RTEMS_INLINE_ROUTINE static __inline__
# else
-# define INLINE inline
+# define RTEMS_INLINE_ROUTINE static inline
# endif
#else
-# define STATIC
-# define INLINE
+# define RTEMS_INLINE_ROUTINE
#endif
/*