diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-08-31 02:47:57 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-08-31 02:47:57 +0200 |
commit | 6d6f91a73dec99ba2a71a7e4fe3b17fb95d05814 (patch) | |
tree | 984f0e5049836919002e7d6d0fe274c32567a696 | |
parent | 5eb2614baa5a6332a39674b4e80b3fedb09fcbc8 (diff) |
mention that SA_SIGINFO will be fixed in debian eglibc 2.13-19
-rw-r--r-- | open_issues/sa_siginfo_sa_sigaction.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
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? |