Changeset a50b011f in rtems
- Timestamp:
- 08/14/02 23:32:25 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 682c7502
- Parents:
- 8e0738e1
- Location:
- cpukit/score
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/ChangeLog
r8e0738e1 ra50b011f 1 2002-08-14 Joel Sherrill <joel@OARcorp.com> 2 3 * macros/rtems/score/coremsg.inl: Add <string.h> to remove warning. 4 * src/threadidlebody.c: Add return 0 to avoid warning. 5 1 6 2002-08-07 Chris Johns <ccj@acm.org> 2 7 -
cpukit/score/macros/rtems/score/coremsg.inl
r8e0738e1 ra50b011f 16 16 #ifndef __CORE_MESSAGE_QUEUE_inl 17 17 #define __CORE_MESSAGE_QUEUE_inl 18 19 #include <string.h> /* for memcpy */ 18 20 19 21 /*PAGE -
cpukit/score/src/threadidlebody.c
r8e0738e1 ra50b011f 47 47 { 48 48 for( ; ; ) ; 49 return 0; /* to avoid warning */ 49 50 } 50 51 #endif
Note: See TracChangeset
for help on using the changeset viewer.