mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 22:48:23 +00:00
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.
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
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.
|
||||
|
||||
2000-10-18 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/confdefs.h: Set CONFIGURE_INIT_TASK_STACK_SIZE to 0
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
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.
|
||||
|
||||
2000-10-18 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/confdefs.h: Set CONFIGURE_INIT_TASK_STACK_SIZE to 0
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user