]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fri Jun 28 15:46:02 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu>
authorRoland McGrath <roland@gnu.org>
Mon, 1 Jul 1996 18:00:14 +0000 (18:00 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 1 Jul 1996 18:00:14 +0000 (18:00 +0000)
* hurd/hurdsig.c (_hurd_internal_post_signal): In
  check-for-pending signals code, release _hurd_siglock before
  jumping to deliver_pending.

* hurd/hurdsig.c (_hurd_internal_post_signal): In pending signal
check for signal zero, repair logical sense of test by
parethisizing correctly.

ChangeLog
configure
grp/getgrgid_r.c

index 64036f5cddb3383051a3d5e18b9b35a6698e0d0b..4d9124f88e56a842b678b9326447376374970fd1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,16 @@ Fri Jun 28 23:25:35 1996  Miles Bader  <miles@gnu.ai.mit.edu>
        * login/login.c (login): Initialize DATA so that setutent_r will
        actually do something.
 
+Fri Jun 28 15:46:02 1996  Michael I. Bushnell, p/BSG  <mib@gnu.ai.mit.edu>
+
+       * hurd/hurdsig.c (_hurd_internal_post_signal): In
+       check-for-pending signals code, release _hurd_siglock before
+       jumping to deliver_pending.
+
+       * hurd/hurdsig.c (_hurd_internal_post_signal): In pending signal
+       check for signal zero, repair logical sense of test by
+       parethisizing correctly. 
+       
 Fri Jun 28 07:27:10 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
 
        * string/strndup.c (strndup): Always terminate the string.
index 478dc4f96f7196b57e584c80f609d2283f05dd46..65e4531005a678a9001b4874eadb87c7d197b4bb 100755 (executable)
--- a/configure
+++ b/configure
@@ -714,11 +714,11 @@ gnu* | linux* | bsd4.4* | netbsd* | freebsd*)
   gnu_ld=yes gnu_as=yes ;;
 esac
 case "$host_os" in
+linux*ecoff*)
+  ;;
 gnu* | linux* | sysv4* | solaris2*)
-  # These systems always use the ELF format.
-  if test "$host_cpu" != alpha; then   # Linux/Alpha is not fully ELF yet
-    elf=yes
-  fi
+  # These systems (almost) always use the ELF format.
+  elf=yes
   ;;
 esac
 
index 1d5f1a431320d8392593379514116ff6ea511469..3b1719d64477b59e60715a7f515624cf5c17f5d6 100644 (file)
@@ -20,7 +20,7 @@ Boston, MA 02111-1307, USA.  */
 #include <grp.h>
 
 
-#define LOOKUP_TYPE    struct passwd
+#define LOOKUP_TYPE    struct group
 #define FUNCTION_NAME  getgrgid
 #define DATABASE_NAME  group
 #define ADD_PARAMS     gid_t gid