Changeset c461430 in rtems


Ignore:
Timestamp:
10/18/06 10:43:41 (17 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
104ff62
Parents:
9b5e72b
Message:

2006-10-18 Ralf Corsépius <ralf.corsepius@…>

  • sapi/include/confdefs.h: s/STACK_CHECKER_EXTENSION/RTEMS_STACK_CHECKER_EXTENSION/ (Reflect 2006-09-13's changes to libmisc/stackchk).
Location:
cpukit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/ChangeLog

    r9b5e72b rc461430  
     12006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
     2
     3        * sapi/include/confdefs.h:
     4        s/STACK_CHECKER_EXTENSION/RTEMS_STACK_CHECKER_EXTENSION/
     5        (Reflect 2006-09-13's changes to libmisc/stackchk).
     6
    172006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
    28
  • cpukit/sapi/include/confdefs.h

    r9b5e72b rc461430  
    544544#endif
    545545#ifdef STACK_CHECKER_ON
    546     STACK_CHECKER_EXTENSION,
     546    RTEMS_STACK_CHECKER_EXTENSION,
    547547#endif
    548548};
Note: See TracChangeset for help on using the changeset viewer.