From 781262bb5bd6f109e17e2c9a8515f1bb394f37c6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 31 Oct 2000 16:33:48 +0000 Subject: 2000-10-30 Joel Sherrill * include/Makefile.am: Updated to reflect files merged into newlib. This resulted in some definitions moving to other files and thus some secondary effects in RTEMS source code. * include/unistd.h: Removed. Now use newlib's. * include/rtems/posix/mqueue.h: Add include of . * include/rtems/posix/threadsup.h: Add include of * src/execv.c: Corrected prototype to agree with newlib. * src/execve.c: Corrected prototype to agree with newlib. * src/execvp.c: Corrected prototype to agree with newlib. * src/psignal.c: Rewrote reference to in comment since that file no longer exists. * src/pthreadkill.c: Added include of . * src/sigaction.c: Added include of . * src/sigtimedwait.c: Rewrote reference to in comment since that file no longer exists. * --- cpukit/posix/include/Makefile.am | 3 +-- cpukit/posix/include/rtems/posix/mqueue.h | 2 +- cpukit/posix/include/rtems/posix/threadsup.h | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'cpukit/posix/include') diff --git a/cpukit/posix/include/Makefile.am b/cpukit/posix/include/Makefile.am index 387e599641..16db0edd0d 100644 --- a/cpukit/posix/include/Makefile.am +++ b/cpukit/posix/include/Makefile.am @@ -4,8 +4,7 @@ AUTOMAKE_OPTIONS = foreign 1.4 -## RTEMS unistd.h needs to be checked against newlib's and removed -UNUSED_H_FILES = devctl.h intr.h unistd.h +UNUSED_H_FILES = devctl.h intr.h H_FILES = sched.h aio.h mqueue.h semaphore.h diff --git a/cpukit/posix/include/rtems/posix/mqueue.h b/cpukit/posix/include/rtems/posix/mqueue.h index e3f7a2f073..6b2cb9e464 100644 --- a/cpukit/posix/include/rtems/posix/mqueue.h +++ b/cpukit/posix/include/rtems/posix/mqueue.h @@ -20,7 +20,7 @@ extern "C" { #endif -#include +#include #include #include diff --git a/cpukit/posix/include/rtems/posix/threadsup.h b/cpukit/posix/include/rtems/posix/threadsup.h index ee93f8252c..2ffc606911 100644 --- a/cpukit/posix/include/rtems/posix/threadsup.h +++ b/cpukit/posix/include/rtems/posix/threadsup.h @@ -6,6 +6,7 @@ #ifndef __RTEMS_POSIX_THREAD_SUPPORT_h #define __RTEMS_POSIX_THREAD_SUPPORT_h +#include #include #include -- cgit v1.2.3