mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-29 17:06:19 +08:00
Add missing prototypes.
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
void __main ()
|
||||
void __main (void)
|
||||
{
|
||||
static int initialized;
|
||||
if (! initialized)
|
||||
{
|
||||
typedef void (*pfunc) ();
|
||||
typedef void (*pfunc) (void);
|
||||
extern pfunc __ctors[];
|
||||
extern pfunc __ctors_end[];
|
||||
pfunc *p;
|
||||
|
||||
Reference in New Issue
Block a user