From 503dc05890731954e899d63a8baecabac573e22b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 3 Jul 1996 14:20:03 +0000 Subject: switched from "STATIC INLINE" to "RTEMS_INLINE_ROUTINE" --- cpukit/posix/inline/rtems/posix/intr.inl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cpukit/posix/inline/rtems/posix/intr.inl') diff --git a/cpukit/posix/inline/rtems/posix/intr.inl b/cpukit/posix/inline/rtems/posix/intr.inl index 56b1c9dd0b..e07c6dee6f 100644 --- a/cpukit/posix/inline/rtems/posix/intr.inl +++ b/cpukit/posix/inline/rtems/posix/intr.inl @@ -22,7 +22,7 @@ * _POSIX_Interrupt_Allocate */ -STATIC INLINE POSIX_Interrupt_Handler_control * +RTEMS_INLINE_ROUTINE POSIX_Interrupt_Handler_control * _POSIX_Interrupt_Allocate( void ) { return (POSIX_Interrupt_Handler_control *) @@ -34,7 +34,7 @@ STATIC INLINE POSIX_Interrupt_Handler_control * * _POSIX_Interrupt_Free */ -STATIC INLINE void _POSIX_Interrupt_Free ( +RTEMS_INLINE_ROUTINE void _POSIX_Interrupt_Free ( POSIX_Interrupt_Handler_control *the_intr ) { @@ -46,7 +46,7 @@ STATIC INLINE void _POSIX_Interrupt_Free ( * _POSIX_Interrupt_Get */ -STATIC INLINE POSIX_Interrupt_Control *_POSIX_Interrupt_Get ( +RTEMS_INLINE_ROUTINE POSIX_Interrupt_Control *_POSIX_Interrupt_Get ( Objects_Id id, Objects_Locations *location ) @@ -60,7 +60,7 @@ STATIC INLINE POSIX_Interrupt_Control *_POSIX_Interrupt_Get ( * _POSIX_Interrupt_Is_null */ -STATIC INLINE boolean _POSIX_Interrupt_Is_null ( +RTEMS_INLINE_ROUTINE boolean _POSIX_Interrupt_Is_null ( POSIX_Interrupt_Handler_control *the_intr ) { -- cgit v1.2.3