summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libcsupport/src/unixlibc.c
blob: 2f1e725b6a0e1ca73e5b506e98634eac6ab3569d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 *  $Id$
 */

#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