forked from Imagelibrary/rtems
signalcatch.c: Remove junk comment
This commit is contained in:
@@ -51,7 +51,7 @@ typedef struct {
|
|||||||
/** This field is the Thread id also used as an rbtree key */
|
/** This field is the Thread id also used as an rbtree key */
|
||||||
Objects_Id thread_id;
|
Objects_Id thread_id;
|
||||||
/** This field points to the POSIX key value of specific thread */
|
/** This field points to the POSIX key value of specific thread */
|
||||||
void *value;
|
const void *value;
|
||||||
} POSIX_Keys_Key_value_pair;
|
} POSIX_Keys_Key_value_pair;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -69,7 +69,6 @@ rtems_status_code rtems_signal_catch(
|
|||||||
RTEMS_API_Control *api;
|
RTEMS_API_Control *api;
|
||||||
ASR_Information *asr;
|
ASR_Information *asr;
|
||||||
|
|
||||||
/* XXX normalize mode */
|
|
||||||
executing = _Thread_Get_executing();
|
executing = _Thread_Get_executing();
|
||||||
api = (RTEMS_API_Control*)executing->API_Extensions[ THREAD_API_RTEMS ];
|
api = (RTEMS_API_Control*)executing->API_Extensions[ THREAD_API_RTEMS ];
|
||||||
asr = &api->Signal;
|
asr = &api->Signal;
|
||||||
|
|||||||
Reference in New Issue
Block a user