1999-03-19 Roland McGrath <roland@baalperazim.frob.com>
authorRoland McGrath <roland@gnu.org>
Sat, 20 Mar 1999 10:53:01 +0000 (10:53 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 20 Mar 1999 10:53:01 +0000 (10:53 +0000)
commit007241f39816241b3c52b2c02379b5ee5d0559a1
tree930d4cbbf720cb41cb4359df9388999ab047e7dc
parentc29656736198f29b1ddb3b99dda645296df7ea44
1999-03-19  Roland McGrath  <roland@baalperazim.frob.com>

* sysdeps/generic/segfault.c: Include <stdio-common/_itoa.h> for
_itoa_word decl.

* sysdeps/mach/hurd/Makefile (link-rpcuserlibs): New variable.
($(common-objpfx)libc.so): Depend on that instead of $(rpcuserlibs).
($(link-rpcuserlibs)): New static pattern rule; link intermediate
versions of lib{mach,hurd}user.so without reference to libc.so,
then link libc.so against that to get deps and symbol versions, then
finally link real lib*user.so against libc.so.

* sysdeps/mach/hurd/fcntl.c (__fcntl: case F_GETLK,F_SETLK,F_SETLKW):
Support whole-file locking (only) by using the file_lock RPC.  This
has very wrong semantics, but is better than nothing for the time
being.  (Correct POSIX.1 locking will require new RPCs in the Hurd
protocols that will be somewhat hairy to specify.)

1999-03-17  Mark Kettenis  <kettenis@gnu.org>

* sysdeps/mach/hurd/ptsname.c: New file.

* sysdeps/unix/sysv/linux/arm/getgroups.c: New file.  Use the i386
ChangeLog