Changeset cbd849c in rtems for cpukit/libmisc/stackchk
- Timestamp:
- Nov 1, 2004, 1:14:33 PM (16 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 85b7605
- Parents:
- e7ab8899
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libmisc/stackchk/check.c
re7ab8899 rcbd849c 144 144 */ 145 145 146 uint32_t stack_check_initialized = 0;146 static int stack_check_initialized = 0; 147 147 148 148 void Stack_check_Initialize( void )
Note: See TracChangeset
for help on using the changeset viewer.