summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libc/unixlibc.c
blob: 3e757e313df9626e29223cdcc142cee04905be34 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12



        

                  





                             









                                                            
      
/*
 *  $Id$
 */

#include <rtems.h>

#if defined(RTEMS_UNIXLIB)

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