summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hurd/porting/guidelines.mdwn2
-rw-r--r--open_issues/sa_siginfo_sa_sigaction.mdwn2
2 files changed, 3 insertions, 1 deletions
diff --git a/hurd/porting/guidelines.mdwn b/hurd/porting/guidelines.mdwn
index 529a6130..e3da1e42 100644
--- a/hurd/porting/guidelines.mdwn
+++ b/hurd/porting/guidelines.mdwn
@@ -250,7 +250,7 @@ then be found.
## <a name="SA_SIGINFO"> `SA_SIGINFO` </a>
-Not implemented, packages may be fixed for working around this: use void sighandler(int num) prototype and sa_handler field.
+Implemented by Jeremie Koenig, pending upload in Debian eglibc 2.13-19.
## <a name="SA_NOCLDWAIT"> `SA_NOCLDWAIT` </a>
diff --git a/open_issues/sa_siginfo_sa_sigaction.mdwn b/open_issues/sa_siginfo_sa_sigaction.mdwn
index 04207c61..d6199b6a 100644
--- a/open_issues/sa_siginfo_sa_sigaction.mdwn
+++ b/open_issues/sa_siginfo_sa_sigaction.mdwn
@@ -12,6 +12,8 @@ License|/fdl]]."]]"""]]
[[!tag open_issue_glibc]]
+Note: SA_SIGINFO has now been implemented by Jeremie Koenig. It will be uploaded in Debian eglibc 2.13-19.
+
IRC, #hurd, August / September 2010:
<giselher> Hy, I came across SA_SIGINFO in cherokee, I have the void sighandler(int num) prototype but how do I add the sa_handler field?