From 2b3e9d9b244e279ef5693a7cf5dacc7903164af5 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 22 Jul 2002 09:46:48 +0000 Subject: Remove, moved to cpukit. --- c/src/exec/posix/src/types.c | 47 -------------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 c/src/exec/posix/src/types.c (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 deleted file mode 100644 index 56f60bda14..0000000000 --- a/c/src/exec/posix/src/types.c +++ /dev/null @@ -1,47 +0,0 @@ -/* - * This file is the shell of what it initially was and is now misnamed. - * - * $Id$ - */ - -#if HAVE_CONFIG_H -#include "config.h" -#endif - -#include -#include -#include -#include - -#include -#include -#include - -/* - * TEMPORARY - */ - -#include - -int POSIX_MP_NOT_IMPLEMENTED() -{ - assert( 0 ); - return 0; -} - -int POSIX_BOTTOM_REACHED() -{ - assert( 0 ); - return 0; -} - -int POSIX_NOT_IMPLEMENTED() -{ - assert( 0 ); - return 0; -} - -/* - * END OF TEMPORARY - */ - -- cgit v1.2.3