Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/reent')
-rw-r--r--newlib/libc/reent/mkdirr.c2
-rw-r--r--newlib/libc/reent/renamer.c1
2 files changed, 0 insertions, 3 deletions
diff --git a/newlib/libc/reent/mkdirr.c b/newlib/libc/reent/mkdirr.c
index fe36de11a..29d808de8 100644
--- a/newlib/libc/reent/mkdirr.c
+++ b/newlib/libc/reent/mkdirr.c
@@ -44,8 +44,6 @@ DESCRIPTION
<<errno>>.
*/
-#include <sys/stat.h>
-
int
_DEFUN (_mkdir_r, (ptr, path, mode),
struct _reent *ptr _AND
diff --git a/newlib/libc/reent/renamer.c b/newlib/libc/reent/renamer.c
index d3951a28d..4d2d25635 100644
--- a/newlib/libc/reent/renamer.c
+++ b/newlib/libc/reent/renamer.c
@@ -1,7 +1,6 @@
/* Reentrant version of rename system call. */
#include <reent.h>
-#include <stdio.h>
#include <unistd.h>
#include <sys/stat.h>
#include <_syslist.h>