From 2013f1aa4a437405acd1f95b95d29fc506a36baf Mon Sep 17 00:00:00 2001 From: corinna Date: Tue, 6 Apr 2010 15:16:24 +0000 Subject: [PATCH] * include/sched.h: Remove, overruled by newlib file. * include/sys/sched.h: Ditto. --- winsup/cygwin/include/sys/sched.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 winsup/cygwin/include/sys/sched.h diff --git a/winsup/cygwin/include/sys/sched.h b/winsup/cygwin/include/sys/sched.h deleted file mode 100644 index 8a03ccd888..0000000000 --- a/winsup/cygwin/include/sys/sched.h +++ /dev/null @@ -1,16 +0,0 @@ -/* sys/sched.h: stub to the scheduler interface for Cygwin - - The purpose of this file is to override newlib's sched.h. The definitions - in newlib's sched.h are coliding with the definitions in Cygwin's sched.h. - - Copyright 2009 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 _SCHED_H -#include -#endif /* _SCHED_H */ -- 2.11.0