mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 19:17:21 +08:00
Misc. warning fixes.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
#include "system.h"
|
||||
#include <errno.h>
|
||||
|
||||
void Key_destructor( void *key_data );
|
||||
extern void Key_destructor( void *key_data );
|
||||
|
||||
void Key_destructor(
|
||||
void *key_data
|
||||
|
||||
@@ -54,6 +54,6 @@ TEST_EXTERN pthread_t Task_id;
|
||||
TEST_EXTERN pthread_t Task2_id;
|
||||
TEST_EXTERN pthread_key_t Key_id;
|
||||
TEST_EXTERN uint32_t Data_array[ CONFIGURE_MAXIMUM_POSIX_THREADS ];
|
||||
TEST_EXTERN uint32_t Destructor_invoked;
|
||||
TEST_EXTERN unsigned int Destructor_invoked;
|
||||
|
||||
/* end of include file */
|
||||
|
||||
Reference in New Issue
Block a user