summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc/newlibc.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-05 19:21:34 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-05 19:21:34 +0000
commit8dd127620b8f16b1bdf83f28cf66ecebb42ab47b (patch)
tree99926e7e2b6591e3a5fc1e661629fb2a85fd355c /c/src/lib/libc/newlibc.c
parentAdded comment with CVS Id. (diff)
downloadrtems-8dd127620b8f16b1bdf83f28cf66ecebb42ab47b.tar.bz2
Removed go32 ifdefs
Diffstat (limited to '')
-rw-r--r--c/src/lib/libc/newlibc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/c/src/lib/libc/newlibc.c b/c/src/lib/libc/newlibc.c
index 6331997750..3a3812e1ae 100644
--- a/c/src/lib/libc/newlibc.c
+++ b/c/src/lib/libc/newlibc.c
@@ -363,7 +363,6 @@ int get_errno()
#include <stdio.h>
-/* #if !defined(RTEMS_UNIX) && !defined(__GO32__) && !defined(_AM29K) */
#if !defined(RTEMS_UNIX) && !defined(_AM29K)
void _exit(int status)
{
@@ -396,7 +395,6 @@ pid_t __getpid(void)
return getpid();
}
-/* #if !defined(RTEMS_POSIX_API) || defined(__GO32__) */
#if !defined(RTEMS_POSIX_API)
pid_t getpid(void)
{
@@ -411,7 +409,6 @@ pid_t _getpid_r(
}
#endif
-/* #if !defined(RTEMS_POSIX_API) || defined(__GO32__) */
#if !defined(RTEMS_POSIX_API)
int kill( pid_t pid, int sig )
{