Moved prison_free and prison_hold to rtems-bsd-jail.c

This commit is contained in:
Jennifer Averett
2012-03-27 15:00:44 -05:00
parent 884213df09
commit 334957baa1
2 changed files with 8 additions and 10 deletions

View File

@@ -3,7 +3,7 @@
*
* @ingroup rtems_bsd_rtems
*
* @brief TODO.
* @brief This object is an minimal rtems implementation of kern_jail.c.
*/
/*
@@ -90,3 +90,8 @@ struct prison prison0 = {
};
MTX_SYSINIT(prison0, &prison0.pr_mtx, "jail mutex", MTX_DEF);
void prison_free(struct prison *pr) {}
void prison_hold(struct prison *pr) {}