2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* src/psignal.c: Include <stdlib.h>.
This commit is contained in:
Joel Sherrill
2002-04-08 18:27:37 +00:00
parent 25b4446957
commit 72d4273782
4 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/psignal.c: Include <stdlib.h>.
2002-04-08 Chris Johns <ccj@acm.org>
* Per PR142, make task switch extension its own list.

View File

@@ -11,6 +11,7 @@
#include <pthread.h>
#include <signal.h>
#include <string.h> /* memcpy */
#include <stdlib.h> /* exit */
#include <rtems/system.h>
#include <rtems/score/isr.h>