This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin] Remove cygwin/types.h


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=8cb99e8ba480c3cda1d6d69af0d8a77540d93934

commit 8cb99e8ba480c3cda1d6d69af0d8a77540d93934
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Thu Apr 21 10:12:02 2016 +0200

    Remove cygwin/types.h

Diff:
---
 winsup/cygwin/include/cygwin/types.h | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/winsup/cygwin/include/cygwin/types.h b/winsup/cygwin/include/cygwin/types.h
deleted file mode 100644
index 1268693..0000000
--- 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 */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]