source: rtems/c/src/lib/libc/unixlibc.c @ 3bb7e6d5

4.104.114.84.95
Last change on this file since 3bb7e6d5 was 08311cc3, checked in by Joel Sherrill <joel.sherrill@…>, on 11/17/99 at 17:51:34

Updated copyright notice.

  • Property mode set to 100644
File size: 559 bytes
Line 
1/*
2 *  $Id$
3 *  UNIX Port C Library Support
4 *
5 *  COPYRIGHT (c) 1989-1999.
6 *  On-Line Applications Research Corporation (OAR).
7 *
8 *  The license and distribution terms for this file may be
9 *  found in the file LICENSE in this distribution or at
10 *  http://www.OARcorp.com/rtems/license.html.
11 *
12 */
13
14#include <rtems.h>
15
16#if defined(RTEMS_UNIXLIB)
17
18void libc_init(int reentrant)
19{
20}
21
22#else
23 
24/* remove ANSI errors.
25 *  A program must contain at least one external-declaration
26 *  (X3.159-1989 p.82,L3).
27 */
28void unixlibc_dummy_function( void )
29{
30}
31
32#endif
Note: See TracBrowser for help on using the repository browser.