summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc/unixlibc.c
blob: 2acd4fba8e3b155cc78a98137e56ff7805a8babe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/*
 *  $Id$
 */

#if defined(RTEMS_UNIXLIB)

void libc_init(int reentrant)
{
}

#endif