Tue Oct 31 00:07:29 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>cvs/libc-951031
commit3bbceb1287e3df7eb75e7a9852278d4eb9d33a00
authorRoland McGrath <roland@gnu.org>
Tue, 31 Oct 1995 06:54:40 +0000 (31 06:54 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 31 Oct 1995 06:54:40 +0000 (31 06:54 +0000)
treecef98b77c775cad088031317d8df8dc772324524
parent3e2ee7271dff697194c7761ca0c5836de486b36f
Tue Oct 31 00:07:29 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>

* sysdeps/mach/hurd/group_member.c: New file.
* sysdeps/generic/group_member.c: New file.

* Makerules (lib-noranlib): Don't depend on $(install-lib).
(others): Do.
* extra-lib.mk: Fix test of $(lib)-no-lib-dep.

Mon Oct 30 12:33:10 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>

* Rules (others): Depend on $(extra-objs).

* posix/unistd.h [__USE_GNU]: Declare group_member, __group_member.
* posix/Makefile (routines): Add group_member.

* sysdeps/posix/euidaccess.c: New file, adapted from fileutils.

* sysdeps/unix/sysv/linux/i386/sigaction.c: Tighten constraint for
SIG operand in asm so it must be a register.
Add dead return to quiet gcc warning.

* Makerules (sysd-rules): Write a defn for sysd-rules-done.
[! sysd-rules-done]: Inhibit deps.
12 files changed:
ChangeLog
Makerules
Rules
configure
extra-lib.mk
posix/Makefile
posix/regex.c
posix/unistd.h
sysdeps/generic/group_member.c [new file with mode: 0644]
sysdeps/mach/hurd/group_member.c [new file with mode: 0644]
sysdeps/posix/euidaccess.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/i386/sigaction.c