source: rtems/c/src/lib/libbsp/mips/jmr3904/startup/bspclean.c @ b45c7f2

4.104.114.84.95
Last change on this file since b45c7f2 was 3be21e7d, checked in by Joel Sherrill <joel.sherrill@…>, on 12/11/00 at 14:31:58

2000-12-11 Joel Sherrill <joel@…>

  • startup/bspclean.c: New file to explicitly invoke _sys_exit().
  • README: Updated.
  • Property mode set to 100644
File size: 314 bytes
Line 
1/*
2 *  COPYRIGHT (c) 1989-1999.
3 *  On-Line Applications Research Corporation (OAR).
4 *
5 *  The license and distribution terms for this file may be
6 *  found in the file LICENSE in this distribution or at
7 *  http://www.OARcorp.com/rtems/license.html.
8 *
9 *  $Id$
10 */
11
12void bsp_cleanup( void )
13{
14  _sys_exit(0);
15}
Note: See TracBrowser for help on using the repository browser.