Changeset ce92867b in rtems for cpukit/posix/macros/rtems/posix/cond.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/cond.inl
r1d386ff rce92867b 77 77 78 78 79 static POSIX_Condition_variables_Control *_POSIX_Condition_variables_Get ( 79 /* If we find a compiler that doesn't accept static inline functions, 80 * then this will have to move to a .c file. Until then, we will use this. 81 */ 82 static inline POSIX_Condition_variables_Control *_POSIX_Condition_variables_Get ( 80 83 Objects_Id *id, 81 84 Objects_Locations *location
Note: See TracChangeset
for help on using the changeset viewer.