source: rtems/c/UPDATE_HELP @ bf61e45c

4.104.114.84.95
Last change on this file since bf61e45c was ac7d5ef0, checked in by Joel Sherrill <joel.sherrill@…>, on 05/11/95 at 17:39:37

Initial revision

  • Property mode set to 100644
File size: 584 bytes
Line 
1#
2# $Id$
3#
4
5In the directory "update_tools", there are a set of tools to aid in
6making the application source changes necessary to address some
7of the changes in the RTEMS API between release 3.1.0 and 3.2.0.
8
9The primary change addressed by these tools is the addition of
10"rtems_" or "RTEMS_" as a prefix on EVERY user visible RTEMS
11provided constant and routine.  The primary factor in the decision
12to make such a sweeping change was conflicts between the
13the RTEMS and POSIX API's.
14
15WARNING: These tools modify the files IN PLACE!!! Backup your
16  source before using these tools.
17
Note: See TracBrowser for help on using the repository browser.