Changeset 290268f in rtems
- Timestamp:
- 05/23/05 21:56:38 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 2a94c85
- Parents:
- cc1aee94
- Location:
- c/src/lib/libbsp/i386/shared
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/shared/ChangeLog
rcc1aee94 r290268f 1 2005-05-23 Joel Sherrill <joel@OARcorp.com> 2 3 * comm/i386-stub.c: Make get_char() static since it is such a common 4 name and conflicts with names in the standard Ada run-time. 5 1 6 2005-05-10 Ralf Corsepius <ralf.corsepius@rtems.org> 2 7 -
c/src/lib/libbsp/i386/shared/comm/i386-stub.c
rcc1aee94 r290268f 592 592 to mem_fault, they won't get restored, so there better not be any 593 593 saved). */ 594 int594 static int 595 595 get_char (char *addr) 596 596 {
Note: See TracChangeset
for help on using the changeset viewer.