dummy function added to satisfy ANSI

This commit is contained in:
Joel Sherrill
1996-09-18 20:54:05 +00:00
parent 5e9a59462c
commit 0c35efe816
6 changed files with 60 additions and 0 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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