forked from Imagelibrary/rtems
2005-05-23 Joel Sherrill <joel@OARcorp.com>
* comm/i386-stub.c: Make get_char() static since it is such a common name and conflicts with names in the standard Ada run-time.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2005-05-23 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* comm/i386-stub.c: Make get_char() static since it is such a common
|
||||
name and conflicts with names in the standard Ada run-time.
|
||||
|
||||
2005-05-10 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* pci/pcibios.c: Eliminate unsigned8.
|
||||
|
||||
@@ -591,7 +591,7 @@ set_mem_err (void)
|
||||
that the compiler won't save any registers (if there is a fault
|
||||
to mem_fault, they won't get restored, so there better not be any
|
||||
saved). */
|
||||
int
|
||||
static int
|
||||
get_char (char *addr)
|
||||
{
|
||||
return *addr;
|
||||
|
||||
Reference in New Issue
Block a user