summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/ChangeLog1
-rw-r--r--cpukit/libcsupport/src/stat.c3
2 files changed, 1 insertions, 3 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 831b7bd918..35486440ef 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,6 @@
2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libcsupport/src/stat.c: Eliminate RTEMS_UNIX.
* libmisc/monitor/mon-editor.c: Eliminate RTEMS_UNIX.
* libcsupport/include/rtems/libcsupport.h: Remove RTEMS_UNIX, hpux.
Fix extern "C" {}.
diff --git a/cpukit/libcsupport/src/stat.c b/cpukit/libcsupport/src/stat.c
index 1b90b02c47..8e2240a7ef 100644
--- a/cpukit/libcsupport/src/stat.c
+++ b/cpukit/libcsupport/src/stat.c
@@ -31,8 +31,6 @@
#include <rtems.h>
-#if !defined(RTEMS_UNIX)
-
#include <rtems/libio.h>
#include <sys/types.h>
#include <sys/stat.h>
@@ -82,7 +80,6 @@ int _STAT_NAME(
return status;
}
-#endif
/*
* _stat_r, _lstat_r