source: rtems/c/src/lib/libc/unixlibc.c @ 21bfd93

4.104.114.84.95
Last change on this file since 21bfd93 was 1dc3500, checked in by Joel Sherrill <joel.sherrill@…>, on 03/10/97 at 19:38:30

added include of rtems.h so the proper macro definitions would be present.

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