From 4909a30e6329ddb3beff3145939bdc82d8c4dc80 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 10 Sep 2008 21:35:37 +0000 Subject: 2008-09-10 Joel Sherrill * include/bsp.h: Review of all bsp_cleanup() implementations. In this phase, all prototypes were removed from bsp.h and empty implementations were removed and made to use the shared stub. --- c/src/lib/libbsp/unix/posix/ChangeLog | 6 ++++++ c/src/lib/libbsp/unix/posix/include/bsp.h | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/unix') diff --git a/c/src/lib/libbsp/unix/posix/ChangeLog b/c/src/lib/libbsp/unix/posix/ChangeLog index ae1fe93310..fb19413f33 100644 --- a/c/src/lib/libbsp/unix/posix/ChangeLog +++ b/c/src/lib/libbsp/unix/posix/ChangeLog @@ -1,3 +1,9 @@ +2008-09-10 Joel Sherrill + + * include/bsp.h: Review of all bsp_cleanup() implementations. In this + phase, all prototypes were removed from bsp.h and empty + implementations were removed and made to use the shared stub. + 2008-09-05 Joel Sherrill * clock/clock.c: The Shared Memory Driver no longer requires the diff --git a/c/src/lib/libbsp/unix/posix/include/bsp.h b/c/src/lib/libbsp/unix/posix/include/bsp.h index 062f19cc07..9c89f8b7ca 100644 --- a/c/src/lib/libbsp/unix/posix/include/bsp.h +++ b/c/src/lib/libbsp/unix/posix/include/bsp.h @@ -47,7 +47,6 @@ extern "C" { rtems_isr_entry set_vector(rtems_isr_entry, rtems_vector_number, int); void bsp_start( void ); -void bsp_cleanup( void ); /* miscellaneous stuff assumed to exist */ -- cgit v1.2.3