[rtems commit] signalcatch.c: Remove junk comment
Joel Sherrill
joel at rtems.org
Tue Dec 10 01:46:24 UTC 2013
Module: rtems
Branch: master
Commit: 2b3a648fe1f48ff6e3ccd8ad95c76da12c4fa645
Changeset: http://git.rtems.org/rtems/commit/?id=2b3a648fe1f48ff6e3ccd8ad95c76da12c4fa645
Author: Joel Sherrill <joel.sherrill at oarcorp.com>
Date: Mon Dec 9 14:37:03 2013 -0600
signalcatch.c: Remove junk comment
---
cpukit/posix/include/rtems/posix/key.h | 2 +-
cpukit/rtems/src/signalcatch.c | 1 -
2 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/cpukit/posix/include/rtems/posix/key.h b/cpukit/posix/include/rtems/posix/key.h
index 9869881..fcee903 100644
--- a/cpukit/posix/include/rtems/posix/key.h
+++ b/cpukit/posix/include/rtems/posix/key.h
@@ -51,7 +51,7 @@ typedef struct {
/** This field is the Thread id also used as an rbtree key */
Objects_Id thread_id;
/** This field points to the POSIX key value of specific thread */
- void *value;
+ const void *value;
} POSIX_Keys_Key_value_pair;
/**
diff --git a/cpukit/rtems/src/signalcatch.c b/cpukit/rtems/src/signalcatch.c
index a5e5ef8..f7e4afb 100644
--- a/cpukit/rtems/src/signalcatch.c
+++ b/cpukit/rtems/src/signalcatch.c
@@ -69,7 +69,6 @@ rtems_status_code rtems_signal_catch(
RTEMS_API_Control *api;
ASR_Information *asr;
-/* XXX normalize mode */
executing = _Thread_Get_executing();
api = (RTEMS_API_Control*)executing->API_Extensions[ THREAD_API_RTEMS ];
asr = &api->Signal;
More information about the vc
mailing list