summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2000-03-09 22:44:39 +0000
committerRoland McGrath <roland@gnu.org>2000-03-09 22:44:39 +0000
commit224a12bcb24482855424c7a9478c00a445f1b86a (patch)
treeb6453dcbd3bb40d72fe2034bb1f5bb48cde61bc6 /ChangeLog
parent9ab47461ed5dbad684fdda5a82f07205e170a0df (diff)
* sysdeps/mach/hurd/sigstack.c (sigstack): Remove `const' from
argument type, for 2000-02-22 change in signal/signal.h declaration. * sysdeps/generic/getdents64.c (__getdirentries64): Renamed to getdirentries64 (no __), since the Linux implementation has no __ name, and there is no declaration for the __ name. * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_end): New macro. * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Tighten up sed regexp so as not to break directory names including /../ within. * sysdeps/unix/bsd/bits/waitflags.h: File removed. The sysdeps/generic file is right for BSD. This file was in fact the Hurd file, but the only difference was the WNOREAP flag that was never actually implemented or used anywhere.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index deb98bda46..9eae02de90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,24 @@
+2000-02-23 Roland McGrath <roland@baalperazim.frob.com>
+
+ * sysdeps/mach/hurd/sigstack.c (sigstack): Remove `const' from
+ argument type, for 2000-02-22 change in signal/signal.h declaration.
+
2000-03-09 Roland McGrath <roland@baalperazim.frob.com>
+ * sysdeps/generic/getdents64.c (__getdirentries64): Renamed
+ to getdirentries64 (no __), since the Linux implementation
+ has no __ name, and there is no declaration for the __ name.
+
+ * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_end): New macro.
+
+ * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Tighten up
+ sed regexp so as not to break directory names including /../ within.
+
+ * sysdeps/unix/bsd/bits/waitflags.h: File removed.
+ The sysdeps/generic file is right for BSD. This file was in fact the
+ Hurd file, but the only difference was the WNOREAP flag that was never
+ actually implemented or used anywhere.
+
* configure.in (PERL, INSTALL_INFO): Don't AC_SUBST these,
since AC_PATH_PROG already does it for us.
(PERL): Rewrite check added in 2000-02-29 change for syntactic