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/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'cpukit/posix/ChangeLog') diff --git a/cpukit/posix/ChangeLog b/cpukit/posix/ChangeLog index 26b1fe5578..50bf38f01c 100644 --- a/cpukit/posix/ChangeLog +++ b/cpukit/posix/ChangeLog @@ -1,3 +1,21 @@ +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. + 2000-10-25 Ralf Corsepius * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. -- cgit v1.2.3