diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-08-31 02:45:53 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-08-31 02:45:53 +0200 |
commit | 5eb2614baa5a6332a39674b4e80b3fedb09fcbc8 (patch) | |
tree | 14503f3317cdfa002c4c45b378c596b3f727cb27 | |
parent | edd7d582fce7a52565efd3e404bb0419f7e34474 (diff) |
mention that SA_SIGINFO will be fixed in debian eglibc 2.13-19
-rw-r--r-- | hurd/porting/guidelines.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/porting/guidelines.mdwn b/hurd/porting/guidelines.mdwn index c5dd4891..c6ed62ed 100644 --- a/hurd/porting/guidelines.mdwn +++ b/hurd/porting/guidelines.mdwn @@ -228,7 +228,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="SOL_IP"> `SOL_IP` </a> |