Changeset 265d499a in rtems
- Timestamp:
- 02/28/08 16:44:13 (15 years ago)
- Branches:
- 4.10, 4.11, 4.9, 5, master
- Children:
- fbd6c0f
- Parents:
- 5088d97
- Location:
- testsuites/samples
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/samples/ChangeLog
r5088d97 r265d499a 1 2008-02-28 Joel Sherrill <joel.sherrill@OARcorp.com> 2 3 * iostream/init.cc: Add include of stdlib.h for exit(). Needed by gcc 4 4.3.x. 5 1 6 2008-01-29 Joel Sherrill <joel.sherrill@oarcorp.com> 2 7 -
testsuites/samples/iostream/init.cc
r5088d97 r265d499a 11 11 * Output parameters: NONE 12 12 * 13 * COPYRIGHT (c) 1989- 1999.13 * COPYRIGHT (c) 1989-2008. 14 14 * On-Line Applications Research Corporation (OAR). 15 15 * … … 25 25 26 26 #include <iostream> 27 #include <stdlib.h> 27 28 28 29 rtems_task Init(
Note: See TracChangeset
for help on using the changeset viewer.