summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-10-10 16:24:26 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-10-10 16:24:26 +0200
commit2a224479ae9752e9490b0f7045194ae6d6706c51 (patch)
treee441cbbe5129c51e54525571534b3f90c08be0e4
parent58695b88a9deaecbcf7794760cc333177edaa2b4 (diff)
Add patch message
-rw-r--r--.topdeps2
-rw-r--r--.topmsg19
2 files changed, 5 insertions, 16 deletions
diff --git a/.topdeps b/.topdeps
index df7c3c6e56..180b47c18b 100644
--- a/.topdeps
+++ b/.topdeps
@@ -1 +1 @@
-9a869d822025be8e43b78234997b10bf0cf9d859
+baseline
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.