From 974ff40e575af098e4c0de168721333a764ec8ca Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 29 May 1996 16:04:31 +0000 Subject: 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 --- c/src/exec/posix/src/types.c | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'c/src/exec/posix/src/types.c') 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 +/* + * TEMPORARY + */ + +#include + +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 -- cgit v1.2.3