summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-12-29 10:00:22 +0000
committerRoland McGrath <roland@gnu.org>1995-12-29 10:00:22 +0000
commit0a95f04d06a3226097124a3cee6b4a86452908b0 (patch)
tree9e06ab5658252a65605a1cf1517e41f8fc415e55 /hurd
parentbe7e3b7e7ef0fb3d632002bda04d0ad0537ced8b (diff)
Thu Dec 28 10:21:35 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>cvs/libc-960101cvs/libc-951231cvs/libc-951230cvs/libc-951229
* sysdeps/generic/confname.h: Define all names as self-referential macros so #ifdef works. * hurd/preempt-sig.c (hurd_unpreempt_signals): Remove bogus asgnmt of _hurd_signal_preempters[SIGNO].
Diffstat (limited to 'hurd')
-rw-r--r--hurd/preempt-sig.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hurd/preempt-sig.c b/hurd/preempt-sig.c
index 86761967cc..194b49dbe9 100644
--- a/hurd/preempt-sig.c
+++ b/hurd/preempt-sig.c
@@ -61,7 +61,6 @@ hurd_unpreempt_signals (struct hurd_signal_preempt *preempter, int signo)
__mutex_unlock (&_hurd_signal_preempt_lock);
return 0;
}
- _hurd_signal_preempt[signo] = preempter;
__mutex_unlock (&_hurd_signal_preempt_lock);
errno = ENOENT;
return -1;