summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc/no_libc.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-01-29 15:54:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-01-29 15:54:31 +0000
commitaea06ed44302c204a137067f5c8c57ce6ff1e7c4 (patch)
tree34380945a34f90be27ef63571d62be527af8ffae /c/src/lib/libc/no_libc.c
parentnew file explaining issues related to this bsp. (diff)
downloadrtems-aea06ed44302c204a137067f5c8c57ce6ff1e7c4.tar.bz2
Modifications to make go32 build using new i386-go32-rtems toolset
and gcc 2.8.x -specs options.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libc/no_libc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libc/no_libc.c b/c/src/lib/libc/no_libc.c
index 668764b44f..8a76bd6ef5 100644
--- a/c/src/lib/libc/no_libc.c
+++ b/c/src/lib/libc/no_libc.c
@@ -1,4 +1,3 @@
-#if !defined(RTEMS_NEWLIB) && !defined(RTEMS_UNIX)
/* no_libc.h
*
@@ -18,6 +17,7 @@
#include <rtems.h>
+#if !defined(RTEMS_NEWLIB) && !defined(RTEMS_UNIX)
#include "libcsupport.h"
#include "internal.h"