forked from Imagelibrary/rtems
dummy function added to satisfy ANSI
This commit is contained in:
@@ -42,4 +42,14 @@ void _exit(int status)
|
||||
{
|
||||
}
|
||||
|
||||
#else
|
||||
|
||||
/* remove ANSI errors.
|
||||
* A program must contain at least one external-declaration
|
||||
* (X3.159-1989 p.82,L3).
|
||||
*/
|
||||
void no_libc_dummy_function( void )
|
||||
{
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
@@ -8,4 +8,14 @@ void libc_init(int reentrant)
|
||||
{
|
||||
}
|
||||
|
||||
#else
|
||||
|
||||
/* remove ANSI errors.
|
||||
* A program must contain at least one external-declaration
|
||||
* (X3.159-1989 p.82,L3).
|
||||
*/
|
||||
void unixlibc_dummy_function( void )
|
||||
{
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
@@ -42,4 +42,14 @@ void _exit(int status)
|
||||
{
|
||||
}
|
||||
|
||||
#else
|
||||
|
||||
/* remove ANSI errors.
|
||||
* A program must contain at least one external-declaration
|
||||
* (X3.159-1989 p.82,L3).
|
||||
*/
|
||||
void no_libc_dummy_function( void )
|
||||
{
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
@@ -8,4 +8,14 @@ void libc_init(int reentrant)
|
||||
{
|
||||
}
|
||||
|
||||
#else
|
||||
|
||||
/* remove ANSI errors.
|
||||
* A program must contain at least one external-declaration
|
||||
* (X3.159-1989 p.82,L3).
|
||||
*/
|
||||
void unixlibc_dummy_function( void )
|
||||
{
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
@@ -42,4 +42,14 @@ void _exit(int status)
|
||||
{
|
||||
}
|
||||
|
||||
#else
|
||||
|
||||
/* remove ANSI errors.
|
||||
* A program must contain at least one external-declaration
|
||||
* (X3.159-1989 p.82,L3).
|
||||
*/
|
||||
void no_libc_dummy_function( void )
|
||||
{
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
@@ -8,4 +8,14 @@ void libc_init(int reentrant)
|
||||
{
|
||||
}
|
||||
|
||||
#else
|
||||
|
||||
/* remove ANSI errors.
|
||||
* A program must contain at least one external-declaration
|
||||
* (X3.159-1989 p.82,L3).
|
||||
*/
|
||||
void unixlibc_dummy_function( void )
|
||||
{
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user