Changeset ce92867b in rtems for cpukit/posix/macros/rtems/posix/mutex.inl
- Timestamp:
- Feb 2, 2005, 12:06:18 AM (16 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 043329e
- Parents:
- 1d386ff
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/posix/macros/rtems/posix/mutex.inl
r1d386ff rce92867b 68 68 } while (0) 69 69 70 static POSIX_Mutex_Control * _POSIX_Mutex_Get( 70 /* If we find a compiler that doesn't accept static inline functions, 71 * then this will have to move to a .c file. Until then, we will use this. 72 */ 73 static inline POSIX_Mutex_Control * _POSIX_Mutex_Get( 71 74 Objects_Id *id, 72 75 Objects_Locations *location … … 79 82 } 80 83 81 static POSIX_Mutex_Control *_POSIX_Mutex_Get_interrupt_disable( 84 /* If we find a compiler that doesn't accept static inline functions, 85 * then this will have to move to a .c file. Until then, we will use this. 86 */ 87 static inline POSIX_Mutex_Control *_POSIX_Mutex_Get_interrupt_disable( 82 88 Objects_Id *id, 83 89 Objects_Locations *location,
Note: See TracChangeset
for help on using the changeset viewer.