summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/types.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-29 16:04:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-29 16:04:31 +0000
commit974ff40e575af098e4c0de168721333a764ec8ca (patch)
tree89525f00ebffc57fb7f589f1bf75299c014f7c70 /c/src/exec/posix/src/types.c
parentsplit the inclusion of "EXTERN" data based on whether it was sapi, (diff)
downloadrtems-974ff40e575af098e4c0de168721333a764ec8ca.tar.bz2
renamed signal.c to psignal.c to avoid naming problems.
added mp stubs to cond.c and mutex.c to eliminate link errors. added pthread_exit to pthread.c
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