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:
authorCorinna Vinschen <corinna@vinschen.de>2016-04-21 11:12:02 +0300
committerCorinna Vinschen <corinna@vinschen.de>2016-04-21 11:12:02 +0300
commit8cb99e8ba480c3cda1d6d69af0d8a77540d93934 (patch)
tree0dd8077743440184c8e83dc4130209142a0409b6 /winsup/cygwin
parent9bb91b6c6b2c648fb656a7b41a72037a4659f708 (diff)
Remove cygwin/types.h
Diffstat (limited to 'winsup/cygwin')
-rw-r--r--winsup/cygwin/include/cygwin/types.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/winsup/cygwin/include/cygwin/types.h b/winsup/cygwin/include/cygwin/types.h
deleted file mode 100644
index 126869334..000000000
--- a/winsup/cygwin/include/cygwin/types.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/* cygwin/types.h
-
- Copyright 2001, 2002, 2003, 2005, 2006, 2010, 2011, 2012, 2015 Red Hat Inc.
- Written by Robert Collins <rbtcollins@hotmail.com>
-
-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 _CYGWIN_TYPES_H
-#define _CYGWIN_TYPES_H
-
-/*
- * This file is provided for backward compatibility. It is no longer used in
- * Newlib. Do not add new things to it.
- */
-
-#include <sys/types.h>
-
-#endif /* _CYGWIN_TYPES_H */