2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>

* libcsupport/src/stat.c: Eliminate RTEMS_UNIX.
This commit is contained in:
Ralf Corsepius
2009-10-14 16:19:47 +00:00
parent fcb4f7a314
commit c906b1ac9b
2 changed files with 1 additions and 3 deletions
+1
View File
@@ -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" {}.
-3
View File
@@ -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