Changeset 72ad6aa in rtems


Ignore:
Timestamp:
10/31/00 16:35:16 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
7ede0e7
Parents:
781262bb
Message:

2000-10-30 Joel Sherrill <joel@…>

  • 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.
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/sapi/ChangeLog

    r781262bb r72ad6aa  
     12000-10-30      Joel Sherrill <joel@OARcorp.com>
     2
     3        * POSIX include files merged into newlib.  This resulted in
     4        some definitions moving to other files and thus some secondary
     5        effects in RTEMS source code.
     6        * include/confdefs.h: Replaced include of <sys/siginfo.h> with
     7        <signal.h> since that file no longer exists.
     8
    192000-10-18      Joel Sherrill <joel@OARcorp.com>
    210
  • c/src/exec/sapi/include/confdefs.h

    r781262bb r72ad6aa  
    430430
    431431#include <sys/types.h>
    432 #include <sys/siginfo.h>
     432#include <signal.h>
    433433#include <mqueue.h>
    434434#include <rtems/posix/cond.h>
  • cpukit/sapi/ChangeLog

    r781262bb r72ad6aa  
     12000-10-30      Joel Sherrill <joel@OARcorp.com>
     2
     3        * POSIX include files merged into newlib.  This resulted in
     4        some definitions moving to other files and thus some secondary
     5        effects in RTEMS source code.
     6        * include/confdefs.h: Replaced include of <sys/siginfo.h> with
     7        <signal.h> since that file no longer exists.
     8
    192000-10-18      Joel Sherrill <joel@OARcorp.com>
    210
  • cpukit/sapi/include/confdefs.h

    r781262bb r72ad6aa  
    430430
    431431#include <sys/types.h>
    432 #include <sys/siginfo.h>
     432#include <signal.h>
    433433#include <mqueue.h>
    434434#include <rtems/posix/cond.h>
Note: See TracChangeset for help on using the changeset viewer.