forked from Imagelibrary/rtems
2000-09-22 Joel Sherrill <joel@OARcorp.com>
* libc/newlibc.c: Removed _A29K specific ifdef.
This commit is contained in:
@@ -333,7 +333,7 @@ libc_init(int reentrant)
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#if !defined(RTEMS_UNIX) && !defined(_AM29K)
|
||||
#if !defined(RTEMS_UNIX)
|
||||
void _exit(int status)
|
||||
{
|
||||
/*
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
|
||||
2000-09-22 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* libc/newlibc.c: Removed _A29K specific ifdef.
|
||||
|
||||
2000-09-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Cleanup comments.
|
||||
|
||||
@@ -333,7 +333,7 @@ libc_init(int reentrant)
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#if !defined(RTEMS_UNIX) && !defined(_AM29K)
|
||||
#if !defined(RTEMS_UNIX)
|
||||
void _exit(int status)
|
||||
{
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user