2000-09-22 Joel Sherrill <joel@OARcorp.com>

* libc/newlibc.c: Removed _A29K specific ifdef.
This commit is contained in:
Joel Sherrill
2000-09-22 20:35:12 +00:00
parent bbfdedd86d
commit fb327db319
4 changed files with 7 additions and 3 deletions

View File

@@ -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)
{
/*

View File

@@ -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.

View File

@@ -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)
{
/*