summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/src/exinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/sapi/src/exinit.c')
-rw-r--r--cpukit/sapi/src/exinit.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/cpukit/sapi/src/exinit.c b/cpukit/sapi/src/exinit.c
index 9e9f0d2040..442465dda4 100644
--- a/cpukit/sapi/src/exinit.c
+++ b/cpukit/sapi/src/exinit.c
@@ -13,11 +13,12 @@
*/
/*
- * INIT is defined so all of the data will be included in this
- * file.
+ * SCORE_INIT and SAPI_INIT are defined so all of the super core and
+ * super API data will be included in this object file.
*/
-#define INIT
+#define SAPI_INIT
+#define SCORE_INIT
#include <rtems/system.h>
#include <rtems/config.h>
@@ -44,7 +45,11 @@
#include <rtems/directives.h>
#include <rtems/sptables.h>
+
#include <rtems/rtems/rtemsapi.h>
+#ifdef RTEMS_POSIX_API
+#include <rtems/posix/posixapi.h>
+#endif
/*PAGE
*