From 22eda66fa56a9f0669dd27efe9049c33edbcf0c9 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 14 Oct 2009 13:41:42 +0000 Subject: Remove. --- cpukit/libcsupport/src/unixlibc.c | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 cpukit/libcsupport/src/unixlibc.c (limited to 'cpukit/libcsupport/src/unixlibc.c') diff --git a/cpukit/libcsupport/src/unixlibc.c b/cpukit/libcsupport/src/unixlibc.c deleted file mode 100644 index 5d0fa0effb..0000000000 --- a/cpukit/libcsupport/src/unixlibc.c +++ /dev/null @@ -1,34 +0,0 @@ -/* - * UNIX Port C Library Support - * - * COPYRIGHT (c) 1989-2007. - * On-Line Applications Research Corporation (OAR). - * - * The license and distribution terms for this file may be - * found in the file LICENSE in this distribution or at - * http://www.rtems.com/license/LICENSE. - * - * $Id$ - */ - -#if HAVE_CONFIG_H -#include "config.h" -#endif - -#if defined(RTEMS_UNIXLIB) - -void libc_init(void) -{ -} - -#else - -/* remove ANSI errors. - * A program must contain at least one external-declaration - * (X3.159-1989 p.82,L3). - */ -void unixlibc_dummy_function( void ) -{ -} - -#endif -- cgit v1.2.3