Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/include/sys/sched.h')
-rw-r--r--winsup/cygwin/include/sys/sched.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/winsup/cygwin/include/sys/sched.h b/winsup/cygwin/include/sys/sched.h
deleted file mode 100644
index 8a03ccd88..000000000
--- 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 <sched.h>
-#endif /* _SCHED_H */