* sysdeps/mach/hurd/sigstack.c (sigstack): Remove `const' from
authorRoland McGrath <roland@gnu.org>
Thu, 9 Mar 2000 22:44:39 +0000 (22:44 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 9 Mar 2000 22:44:39 +0000 (22:44 +0000)
commit224a12bcb24482855424c7a9478c00a445f1b86a
treeb6453dcbd3bb40d72fe2034bb1f5bb48cde61bc6
parent9ab47461ed5dbad684fdda5a82f07205e170a0df
* 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.
ChangeLog
sysdeps/generic/getdents64.c
sysdeps/mach/bits/libc-lock.h
sysdeps/mach/hurd/Makefile
sysdeps/mach/hurd/sigstack.c
sysdeps/unix/bsd/bits/waitflags.h [deleted file]