summaryrefslogtreecommitdiff
path: root/.topmsg
diff options
context:
space:
mode:
Diffstat (limited to '.topmsg')
-rw-r--r--.topmsg19
1 files changed, 4 insertions, 15 deletions
diff --git a/.topmsg b/.topmsg
index dd6634c886..93c5cdd52b 100644
--- a/.topmsg
+++ b/.topmsg
@@ -1,16 +1,5 @@
-Subject: Baseline for our topic branches.
+Make _hurd_raise_signal return errors
----
-
-This need not strictly be a TopGit branch, but it is for easy synchronization
-between different machines.
-
-As the baseline is merged into the topic branches, it is forward-only.
-
-To advance it:
-
- $ echo [SHA1] > .topdeps
- $ git commit -m Advance. -- .topdeps
- $ tg update
-
----
+* hurd/hurd-raise.c (_hurd_raise_signal): Set errno to error returned
+by __msg_sig_post.
+* hurd/hurd/signal.h (_hurd_raise_signal): Add int return type.