forked from Imagelibrary/rtems
2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/src/pspinlocktranslatereturncode.c: Include <rtems/posix/spinlock.h> (Missing prototypes).
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* posix/src/pspinlocktranslatereturncode.c:
|
||||||
|
Include <rtems/posix/spinlock.h> (Missing prototypes).
|
||||||
* libfs/src/imfs/imfs_debug.c: Make IMFS_print_jnode,
|
* libfs/src/imfs/imfs_debug.c: Make IMFS_print_jnode,
|
||||||
IMFS_dump_directory static.
|
IMFS_dump_directory static.
|
||||||
* libfs/src/imfs/memfile.c: Make memfile_free_blocks_in_table static.
|
* libfs/src/imfs/memfile.c: Make memfile_free_blocks_in_table static.
|
||||||
|
|||||||
@@ -20,6 +20,7 @@
|
|||||||
|
|
||||||
#include <rtems/system.h>
|
#include <rtems/system.h>
|
||||||
#include <rtems/score/corespinlock.h>
|
#include <rtems/score/corespinlock.h>
|
||||||
|
#include <rtems/posix/spinlock.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* _POSIX_Spinlock_Translate_core_spinlock_return_code
|
* _POSIX_Spinlock_Translate_core_spinlock_return_code
|
||||||
|
|||||||
Reference in New Issue
Block a user