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 now useless include/cygwin/sys_time.h


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

commit 63c9ffeed8e1092cf85c257300f15c41fa2022e4
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Fri Mar 13 13:22:19 2015 +0100

    Remove now useless include/cygwin/sys_time.h
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/ChangeLog                 |  5 +++++
 winsup/cygwin/include/cygwin/sys_time.h | 27 ---------------------------
 2 files changed, 5 insertions(+), 27 deletions(-)

diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 225744c..f6261bd 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -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.
diff --git a/winsup/cygwin/include/cygwin/sys_time.h b/winsup/cygwin/include/cygwin/sys_time.h
deleted file mode 100644
index 1cbd8ae..0000000
--- a/winsup/cygwin/include/cygwin/sys_time.h
+++ /dev/null
@@ -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*/


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