forked from Imagelibrary/rtems
2008-02-28 Joel Sherrill <joel.sherrill@OARcorp.com>
* iostream/init.cc: Add include of stdlib.h for exit(). Needed by gcc 4.3.x.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2008-02-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* iostream/init.cc: Add include of stdlib.h for exit(). Needed by gcc
|
||||
4.3.x.
|
||||
|
||||
2008-01-29 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* fileio/system.h, ticker/system.h: Add new Object Services collection.
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
*
|
||||
* Output parameters: NONE
|
||||
*
|
||||
* COPYRIGHT (c) 1989-1999.
|
||||
* COPYRIGHT (c) 1989-2008.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
@@ -24,6 +24,7 @@
|
||||
#include "system.h"
|
||||
|
||||
#include <iostream>
|
||||
#include <stdlib.h>
|
||||
|
||||
rtems_task Init(
|
||||
rtems_task_argument ignored
|
||||
|
||||
Reference in New Issue
Block a user