diff options
author | Roland McGrath <roland@gnu.org> | 1995-12-29 10:00:22 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-12-29 10:00:22 +0000 |
commit | 0a95f04d06a3226097124a3cee6b4a86452908b0 (patch) | |
tree | 9e06ab5658252a65605a1cf1517e41f8fc415e55 /hurd | |
parent | be7e3b7e7ef0fb3d632002bda04d0ad0537ced8b (diff) | |
download | glibc-0a95f04d06a3226097124a3cee6b4a86452908b0.tar.gz glibc-0a95f04d06a3226097124a3cee6b4a86452908b0.tar.xz glibc-0a95f04d06a3226097124a3cee6b4a86452908b0.zip |
Thu Dec 28 10:21:35 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> cvs/libc-960101 cvs/libc-951231 cvs/libc-951230 cvs/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.c | 1 |
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; |