source: rtems/c/src/exec/libcsupport/src/unixlibc.c @ 0c35efe

4.104.114.84.95
Last change on this file since 0c35efe was 0c35efe, checked in by Joel Sherrill <joel.sherrill@…>, on 09/18/96 at 20:54:05

dummy function added to satisfy ANSI

  • Property mode set to 100644
File size: 252 bytes
Line 
1/*
2 *  $Id$
3 */
4
5#if defined(RTEMS_UNIXLIB)
6
7void libc_init(int reentrant)
8{
9}
10
11#else
12 
13/* remove ANSI errors.
14 *  A program must contain at least one external-declaration
15 *  (X3.159-1989 p.82,L3).
16 */
17void unixlibc_dummy_function( void )
18{
19}
20
21#endif
Note: See TracBrowser for help on using the repository browser.