* include/sched.h: Remove, overruled by newlib file.

* include/sys/sched.h: Ditto.
This commit is contained in:
Corinna Vinschen
2010-04-06 15:16:24 +00:00
parent 35297ebe0b
commit 249ccad30c
3 changed files with 5 additions and 80 deletions

View File

@@ -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 <sched.h>
#endif /* _SCHED_H */