about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/sigwait.c
diff options
context:
space:
mode:
authorThomas Bushnell, BSG <thomas@gnu.org>1997-01-17 19:27:54 +0000
committerThomas Bushnell, BSG <thomas@gnu.org>1997-01-17 19:27:54 +0000
commit038ebe2459c2d5f35f8dafb7c357767459244ab0 (patch)
tree4c7dfc901614e18b686678accaaca10e8168a57a /sysdeps/mach/hurd/sigwait.c
parentf94d25d4ee6de5118be0bcbe0d606895a9c05c0d (diff)
downloadglibc-038ebe2459c2d5f35f8dafb7c357767459244ab0.tar.gz
glibc-038ebe2459c2d5f35f8dafb7c357767459244ab0.tar.xz
glibc-038ebe2459c2d5f35f8dafb7c357767459244ab0.zip
*** empty log message ***
Fri Jan 17 14:16:28 1997  Thomas Bushnell, n/BSG  <thomas@gnu.ai.mit.edu>

	* stdio/vdprintf.c: Moved file to ...
	* sysdeps/posix/vdprintf.c: Here.  De-ansideclificate.
	* sysdeps/stub/vdprintf.c: New file.
	* sysdeps/mach/hurd/vdprintf.c: New file.
Diffstat (limited to 'sysdeps/mach/hurd/sigwait.c')
-rw-r--r--sysdeps/mach/hurd/sigwait.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sysdeps/mach/hurd/sigwait.c b/sysdeps/mach/hurd/sigwait.c
index b8e5ade84f..69fe03ebb0 100644
--- a/sysdeps/mach/hurd/sigwait.c
+++ b/sysdeps/mach/hurd/sigwait.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 1997 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -120,12 +120,6 @@ __sigwait (const sigset_t *set, int *sig)
 
 
 all_done:
-  /* Cause the pointless side-effect. */
-  __sigfillset (&ss->blocked);
-  for (signo = 1; signo < NSIG; signo++)
-    if (__sigismember (&mask, signo))
-      __sigdelset (&ss->blocked, signo);
-
   spin_unlock (&ss->lock);
 
   __mach_port_destroy (__mach_task_self (), wait);