summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/posix
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-12 09:00:36 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-12 13:25:42 +0100
commita6e7d5e492fd5e4c361d4d9aa13eb0eb951b386a (patch)
treed81496a061d3bd558edcfca047c0babbe13213f3 /cpukit/include/rtems/posix
parentrtems: Avoid include of <rtems/score/scheduler.h> (diff)
downloadrtems-a6e7d5e492fd5e4c361d4d9aa13eb0eb951b386a.tar.bz2
score: Move internal structures to objectdata.h
Update #3598.
Diffstat (limited to 'cpukit/include/rtems/posix')
-rw-r--r--cpukit/include/rtems/posix/mqueue.h2
-rw-r--r--cpukit/include/rtems/posix/semaphore.h2
-rw-r--r--cpukit/include/rtems/posix/shm.h2
-rw-r--r--cpukit/include/rtems/posix/timer.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/include/rtems/posix/mqueue.h b/cpukit/include/rtems/posix/mqueue.h
index 6211c68783..bec82ee3d9 100644
--- a/cpukit/include/rtems/posix/mqueue.h
+++ b/cpukit/include/rtems/posix/mqueue.h
@@ -34,7 +34,7 @@
#include <signal.h>
#include <mqueue.h> /* struct mq_attr */
#include <rtems/score/coremsg.h>
-#include <rtems/score/object.h>
+#include <rtems/score/objectdata.h>
#ifdef __cplusplus
extern "C" {
diff --git a/cpukit/include/rtems/posix/semaphore.h b/cpukit/include/rtems/posix/semaphore.h
index 734d8bb84b..16b6d711cc 100644
--- a/cpukit/include/rtems/posix/semaphore.h
+++ b/cpukit/include/rtems/posix/semaphore.h
@@ -20,7 +20,7 @@
#define _RTEMS_POSIX_SEMAPHORE_H
#include <semaphore.h>
-#include <rtems/score/object.h>
+#include <rtems/score/objectdata.h>
#ifdef __cplusplus
extern "C" {
diff --git a/cpukit/include/rtems/posix/shm.h b/cpukit/include/rtems/posix/shm.h
index 310af6692b..ae0416e1fe 100644
--- a/cpukit/include/rtems/posix/shm.h
+++ b/cpukit/include/rtems/posix/shm.h
@@ -15,7 +15,7 @@
#ifndef _RTEMS_POSIX_SHM_H
#define _RTEMS_POSIX_SHM_H
-#include <rtems/score/object.h>
+#include <rtems/score/objectdata.h>
#include <rtems/score/threadq.h>
#include <sys/types.h>
diff --git a/cpukit/include/rtems/posix/timer.h b/cpukit/include/rtems/posix/timer.h
index 52732af991..2cbc56e873 100644
--- a/cpukit/include/rtems/posix/timer.h
+++ b/cpukit/include/rtems/posix/timer.h
@@ -19,7 +19,7 @@
#ifndef _RTEMS_POSIX_TIMER_H
#define _RTEMS_POSIX_TIMER_H
-#include <rtems/score/object.h>
+#include <rtems/score/objectdata.h>
#include <rtems/score/watchdog.h>
#include <pthread.h>