From 99648958668d3a33ee57974479b36201fe303f34 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 20 Apr 2018 10:35:35 +0200 Subject: bsps: Move startup files to bsps Adjust build support files to new directory layout. This patch is a part of the BSP source reorganization. Update #3285. --- c/src/lib/libbsp/sh/shsim/startup/sysexit.c | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 c/src/lib/libbsp/sh/shsim/startup/sysexit.c (limited to 'c/src/lib/libbsp/sh/shsim/startup/sysexit.c') diff --git a/c/src/lib/libbsp/sh/shsim/startup/sysexit.c b/c/src/lib/libbsp/sh/shsim/startup/sysexit.c deleted file mode 100644 index dde20f35e8..0000000000 --- a/c/src/lib/libbsp/sh/shsim/startup/sysexit.c +++ /dev/null @@ -1,22 +0,0 @@ -/* - * This file contains the simulator specific exit trap. - */ - -/* - * COPYRIGHT (c) 1989-2014. - * 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.org/license/LICENSE. - */ - -#include -#include - -int errno; /* assumed to exist by exit_k() */ - -int _sys_exit (int n) -{ - return __trap34 (SYS_exit, n, 0, 0); -} -- cgit v1.2.3