diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2016-04-21 10:12:02 +0200 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2016-04-21 10:12:02 +0200 |
commit | 8cb99e8ba480c3cda1d6d69af0d8a77540d93934 (patch) | |
tree | 0dd8077743440184c8e83dc4130209142a0409b6 | |
parent | 9bb91b6c6b2c648fb656a7b41a72037a4659f708 (diff) | |
download | cygnal-8cb99e8ba480c3cda1d6d69af0d8a77540d93934.tar.gz cygnal-8cb99e8ba480c3cda1d6d69af0d8a77540d93934.tar.bz2 cygnal-8cb99e8ba480c3cda1d6d69af0d8a77540d93934.zip |
Remove cygwin/types.h
-rw-r--r-- | winsup/cygwin/include/cygwin/types.h | 22 |
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 */ |