Remove now useless include/cygwin/sys_time.h
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
		
							parent
							
								
									e6af944145
								
							
						
					
					
						commit
						63c9ffeed8
					
				| 
						 | 
				
			
			@ -1,3 +1,8 @@
 | 
			
		|||
2015-03-13  Corinna Vinschen  <corinna@vinschen.de>
 | 
			
		||||
 | 
			
		||||
	* include/cygwin/sys_time.h: Remove.  Definitions moved to newlib's
 | 
			
		||||
	sys/time.h.
 | 
			
		||||
 | 
			
		||||
2015-03-13  Alexey Pavlov  <alexpux@gmail.com>
 | 
			
		||||
 | 
			
		||||
	* net.cc (in6addr_any): Remove redundant braces.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,27 +0,0 @@
 | 
			
		|||
/* sys_time.h
 | 
			
		||||
 | 
			
		||||
   Copyright 2005 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 _CYGWIN_SYS_TIME_H
 | 
			
		||||
#define _CYGWIN_SYS_TIME_H
 | 
			
		||||
#include <sys/select.h>
 | 
			
		||||
 | 
			
		||||
#ifdef __cplusplus
 | 
			
		||||
extern "C"
 | 
			
		||||
{
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
int futimes (int, const struct timeval *);
 | 
			
		||||
int lutimes (const char *, const struct timeval *);
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#ifdef __cplusplus
 | 
			
		||||
}
 | 
			
		||||
#endif
 | 
			
		||||
#endif /*_CYGWIN_SYS_TIME_H*/
 | 
			
		||||
		Loading…
	
		Reference in New Issue