summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/include/rtems/rtems/sem.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-09-26 19:27:15 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-09-26 19:27:15 +0000
commit5e9b32b439627068a0292370fe595220dbfc95a0 (patch)
tree3740b62de3aaa10140867de33adad9a1fcc15b26 /c/src/exec/rtems/include/rtems/rtems/sem.h
parentfixed Id strings (diff)
downloadrtems-5e9b32b439627068a0292370fe595220dbfc95a0.tar.bz2
posix support initially added
Diffstat (limited to 'c/src/exec/rtems/include/rtems/rtems/sem.h')
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/sem.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/c/src/exec/rtems/include/rtems/rtems/sem.h b/c/src/exec/rtems/include/rtems/rtems/sem.h
index 1faf3b13e9..e9760ac4e1 100644
--- a/c/src/exec/rtems/include/rtems/rtems/sem.h
+++ b/c/src/exec/rtems/include/rtems/rtems/sem.h
@@ -35,10 +35,10 @@ extern "C" {
#include <rtems/rtems/support.h>
#include <rtems/rtems/tasks.h>
#include <rtems/rtems/attr.h>
-#include <rtems/core/coremutex.h>
-#include <rtems/core/object.h>
-#include <rtems/core/coresem.h>
-#include <rtems/core/threadq.h>
+#include <rtems/score/coremutex.h>
+#include <rtems/score/object.h>
+#include <rtems/score/coresem.h>
+#include <rtems/score/threadq.h>
/*
* The following defines the control block used to manage each semaphore.