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 'newlib/libc/include/sched.h')
-rw-r--r--newlib/libc/include/sched.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/newlib/libc/include/sched.h b/newlib/libc/include/sched.h
deleted file mode 100644
index a59a0f4ba..000000000
--- a/newlib/libc/include/sched.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef _SCHED_H_
-#define _SCHED_H_
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-#include <sys/sched.h>
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* _SCHED_H_ */