summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/types.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/posix/src/types.c')
-rw-r--r--c/src/exec/posix/src/types.c25
1 files changed, 25 insertions, 0 deletions
diff --git a/c/src/exec/posix/src/types.c b/c/src/exec/posix/src/types.c
index a3ba918a18..f0e5c47740 100644
--- a/c/src/exec/posix/src/types.c
+++ b/c/src/exec/posix/src/types.c
@@ -7,6 +7,31 @@
#include <rtems/system.h>
+/*
+ * TEMPORARY
+ */
+
+#include <assert.h>
+
+int POSIX_MP_NOT_IMPLEMENTED()
+{
+ assert( 0 );
+}
+
+int POSIX_BOTTOM_REACHED()
+{
+ assert( 0 );
+}
+
+int POSIX_NOT_IMPLEMENTED()
+{
+ assert( 0 );
+}
+
+/*
+ * END OF TEMPORARY
+ */
+
#ifdef NOT_IMPLEMENTED_YET
/*PAGE