summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/include/confdefs.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-31 16:35:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-31 16:35:16 +0000
commit72ad6aac900d069f6239e26fe89bfb6f890a3899 (patch)
treeb73c9b01abe5a9d476409b6029565e448a0a233a /cpukit/sapi/include/confdefs.h
parent2000-10-30 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-72ad6aac900d069f6239e26fe89bfb6f890a3899.tar.bz2
2000-10-30 Joel Sherrill <joel@OARcorp.com>
* POSIX include files merged into newlib. This resulted in some definitions moving to other files and thus some secondary effects in RTEMS source code. * include/confdefs.h: Replaced include of <sys/siginfo.h> with <signal.h> since that file no longer exists.
Diffstat (limited to '')
-rw-r--r--cpukit/sapi/include/confdefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index 6f8670346c..bec95066cb 100644
--- a/cpukit/sapi/include/confdefs.h
+++ b/cpukit/sapi/include/confdefs.h
@@ -429,7 +429,7 @@ rtems_extensions_table Configuration_Initial_Extensions[] = {
#ifdef RTEMS_POSIX_API
#include <sys/types.h>
-#include <sys/siginfo.h>
+#include <signal.h>
#include <mqueue.h>
#include <rtems/posix/cond.h>
#include <rtems/posix/mqueue.h>