This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 13/15] Hurd signals: Copy bits/sigaction.h
- From: Samuel Thibault <samuel dot thibault at gnu dot org>
- To: Jeremie Koenig <jk at jk dot fr dot eu dot org>
- Cc: libc-alpha at sourceware dot org, bug-hurd at gnu dot org,Roland McGrath <roland at hack dot frob dot com>
- Date: Sun, 3 Jul 2011 02:39:05 +0200
- Subject: Re: [PATCH 13/15] Hurd signals: Copy bits/sigaction.h
- References: <1309365027-4774-1-git-send-email-jk@jk.fr.eu.org><1309365027-4774-14-git-send-email-jk@jk.fr.eu.org>
Jeremie Koenig, le Wed 29 Jun 2011 18:30:25 +0200, a écrit :
> * sysdeps/mach/hurd/bits/sigaction.h: New file, start with a copy of
> bits/sigaction.h.
Mmm, Roland, since we are using the BSD value for SA_SIGINFO, can't we
simply add it to the main sigaction.h?
+# define SA_SIGINFO 0x0040 /* Signal handler with SA_SIGINFO args
*/
Samuel