Remove cygwin/types.h

This commit is contained in:
Corinna Vinschen 2016-04-21 10:12:02 +02:00
parent 9bb91b6c6b
commit 8cb99e8ba4
1 changed files with 0 additions and 22 deletions

View File

@ -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 */