mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 16:39:02 +08:00
2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/src/stat.c: Eliminate RTEMS_UNIX.
This commit is contained in:
@@ -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" {}.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user