summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-22 22:31:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-22 22:31:51 +0000
commit05195890d71bfab2b1b63592fc1ca7bf53f3da59 (patch)
tree963e18a5c2ab7afdbbeb6c06b5078969ded24850 /cpukit
parentThis commit was generated by cvs2svn to compensate for changes in r257, (diff)
downloadrtems-05195890d71bfab2b1b63592fc1ca7bf53f3da59.tar.bz2
These files have been modified in the initial pass at getting the portion
of the POSIX API necessary to support the GNAT runtime to initially compile. We now have verified that the specifications for the necessary routines are correct per the POSIX standards we have. The removed files were moved to newlib as they were duplicates of files already included there.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/posix/include/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/include/sched.h b/cpukit/posix/include/sched.h
index 1ea27a1634..14a603c0c5 100644
--- a/cpukit/posix/include/sched.h
+++ b/cpukit/posix/include/sched.h
@@ -7,7 +7,7 @@
#ifndef __POSIX_SCHEDULING_h
#define __POSIX_SCHEDULING_h
-#include <rtems/posix/features.h>
+#include <sys/features.h>
#if defined(_POSIX_PRIORITY_SCHEDULING)