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/include')
-rw-r--r--newlib/libc/include/string.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/newlib/libc/include/string.h b/newlib/libc/include/string.h
index 7d5bd45af..e85dac33e 100644
--- a/newlib/libc/include/string.h
+++ b/newlib/libc/include/string.h
@@ -13,7 +13,6 @@ extern "C" {
#include "_ansi.h"
#include <sys/reent.h>
-#include <sys/types.h>
#define __need_size_t
#include <stddef.h>
@@ -72,7 +71,6 @@ const char *_EXFUN(strsignal, (int __signo));
#endif
int _EXFUN(strtosigno, (const char *__name));
#endif
-void _EXFUN(swab,(const void *, void *, ssize_t));
/* These function names are used on Windows and perhaps other systems. */
#ifndef strcmpi