summaryrefslogtreecommitdiff
path: root/hurd/hurdsig.c
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/hurdsig.c')
-rw-r--r--hurd/hurdsig.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/hurd/hurdsig.c b/hurd/hurdsig.c
index 7c1b976220..b28c8c80bf 100644
--- a/hurd/hurdsig.c
+++ b/hurd/hurdsig.c
@@ -1171,7 +1171,6 @@ post_pending (struct hurd_sigstate *ss, sigset_t pending, void (*reply) (void))
return 1;
}
-<<<<<<< HEAD
/* Post all the pending signals of all threads and return 1. If a traced
signal is encountered, abort immediately and return 0. */
static int
@@ -1228,7 +1227,6 @@ _hurd_internal_post_signal (struct hurd_sigstate *ss,
ss = post_signal (ss, signo, detail, untraced, reply);
if (! ss)
return;
-=======
/* No pending signals left undelivered for this thread.
If we were sent signal 0, we need to check for pending
signals for all threads. */
@@ -1278,7 +1276,6 @@ _hurd_internal_post_signal (struct hurd_sigstate *ss,
__spin_unlock (&ss->lock);
}
}
->>>>>>> t/tls-threadvar
/* The signal was neither fatal nor traced. We still hold SS->lock. */
if (signo != 0 && ss->thread != MACH_PORT_NULL)