aboutsummaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-08-28 18:24:57 +0000
committerChristopher Faylor <me@cgf.cx>2002-08-28 18:24:57 +0000
commit4053143834c798d9a7c485f8eb3356f473a6d8e4 (patch)
treec42a15c9cb3ecf7e9dff6462b6754288a7fe58d1 /winsup
parentd82a94ace47998b92445fd73025ff4530b82a8b5 (diff)
downloadnewlib-4053143834c798d9a7c485f8eb3356f473a6d8e4.zip
newlib-4053143834c798d9a7c485f8eb3356f473a6d8e4.tar.gz
newlib-4053143834c798d9a7c485f8eb3356f473a6d8e4.tar.bz2
remove
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/include/wchar.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/winsup/cygwin/include/wchar.h b/winsup/cygwin/include/wchar.h
deleted file mode 100644
index bf3f017..0000000
--- a/winsup/cygwin/include/wchar.h
+++ /dev/null
@@ -1,29 +0,0 @@
-/* wchar.h
-
- Copyright 1998, 1999, 2000, 2001 Red Hat, Inc.
-
-This file is part of Cygwin.
-
-This software is a copyrighted work licensed under the terms of the
-Cygwin license. Please consult the file "CYGWIN_LICENSE" for
-details. */
-
-#ifndef _WCHAR_H
-#define _WCHAR_H
-
-#include <sys/cdefs.h>
-
-/* Get wchar_t and wint_t from <stddef.h>. */
-#define __need_wchar_t
-#define __need_wint_t
-#define __need_size_t
-#include <stddef.h>
-
-__BEGIN_DECLS
-
-int wcscmp (const wchar_t *__s1, const wchar_t *__s2);
-size_t wcslen (const wchar_t *__s1);
-
-__END_DECLS
-
-#endif /* _WCHAR_H */