forked from Imagelibrary/rtems
2011-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/src/rbtreeextract.c: Make _RBTree_Extract_validate_unprotected static. * score/src/rbtreeinsert.c: Make _RBTree_Validate_insert_unprotected static.
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
2011-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* score/src/rbtreeextract.c:
|
||||||
|
Make _RBTree_Extract_validate_unprotected static.
|
||||||
|
* score/src/rbtreeinsert.c:
|
||||||
|
Make _RBTree_Validate_insert_unprotected static.
|
||||||
|
|
||||||
2011-12-02 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2011-12-02 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* libcsupport/include/sys/termios.h: Add _POSIX_VDISABLE.
|
* libcsupport/include/sys/termios.h: Add _POSIX_VDISABLE.
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
* @note It does NOT disable interrupts to ensure the atomicity
|
* @note It does NOT disable interrupts to ensure the atomicity
|
||||||
* of the extract operation.
|
* of the extract operation.
|
||||||
*/
|
*/
|
||||||
void _RBTree_Extract_validate_unprotected(
|
static void _RBTree_Extract_validate_unprotected(
|
||||||
RBTree_Node *the_node
|
RBTree_Node *the_node
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
* @note It does NOT disable interrupts to ensure the atomicity of the
|
* @note It does NOT disable interrupts to ensure the atomicity of the
|
||||||
* append operation.
|
* append operation.
|
||||||
*/
|
*/
|
||||||
void _RBTree_Validate_insert_unprotected(
|
static void _RBTree_Validate_insert_unprotected(
|
||||||
RBTree_Node *the_node
|
RBTree_Node *the_node
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user