2000-12-06 Joel Sherrill <joel@OARcorp.com>

* gnatsupp/gnatsupp.c: Added prototype to eliminate warning.
This commit is contained in:
Joel Sherrill
2000-12-06 15:44:07 +00:00
parent a9c55f5bb1
commit 08940dbedf
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2000-12-06 Joel Sherrill <joel@OARcorp.com>
* gnatsupp/gnatsupp.c: Added prototype to eliminate warning.
2000-11-30 Joel Sherrill <joel@OARcorp.com>
* erc32sonic/Makefile.am: Only compile this if networking is enabled.

View File

@@ -3,8 +3,11 @@
* Support for gnat/rtems interrupts and exception handling.
* Jiri Gaisler, ESA/ESTEC, 17-02-1999.
*
* $Id$
*/
void __gnat_install_handler_common( int, int );
void
__gnat_install_handler ()
{