2008-04-18 Joel Sherrill <joel.sherrill@oarcorp.com>

* posix/src/key.c: Include <limits.h>
	* posix/src/psignal.c, rtems/src/tasks.c: Do not attempt to process
	a NULL extension block.
This commit is contained in:
Joel Sherrill
2008-04-18 15:01:36 +00:00
parent 0ac232b405
commit 6be8a839ce
4 changed files with 11 additions and 0 deletions
+6
View File
@@ -1,3 +1,9 @@
2008-04-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* posix/src/key.c: Include <limits.h>
* posix/src/psignal.c, rtems/src/tasks.c: Do not attempt to process
a NULL extension block.
2008-04-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/dummy/dummy.c, sapi/include/confdefs.h: Add checks for
+1
View File
@@ -17,6 +17,7 @@
#include <limits.h>
#include <pthread.h>
#include <string.h>
#include <limits.h>
#include <rtems/system.h>
#include <rtems/score/thread.h>
+2
View File
@@ -108,6 +108,8 @@ void _POSIX_signals_Post_switch_extension(
ISR_Level level;
api = the_thread->API_Extensions[ THREAD_API_POSIX ];
if ( !api )
return;
/*
* If we invoke any user code, there is the possibility that
+2
View File
@@ -174,6 +174,8 @@ void _RTEMS_tasks_Post_switch_extension(
Modes_Control prev_mode;
api = executing->API_Extensions[ THREAD_API_RTEMS ];
if ( !api )
return;
/*
* Signal Processing