bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Missing field from `struct sigaction' -- Not POSIX compliant!


From: Igor Khavkine
Subject: Missing field from `struct sigaction' -- Not POSIX compliant!
Date: Mon, 23 Jul 2001 02:23:33 -0400
User-agent: Mutt/1.3.18i

It's time to move on with the times. POSIX says that `sa_sigaction'
should be part of `struct sigaction'. All the required data types
are already defined under sysdeps/generic, so I see no reason
not to apply this patch.

This affect's platforms like GNU/Hurd, which use the generic version
of the <bits/sigaction.h> header.

Thanks.

Igor


2001-07-23  Igor Khavkine  <address@hidden>

        * sysdeps/generic/bits/sigaction.h: added `sa_sigaction'
        field to `struct sigaction' for POSIX compliance.

Attachment: sigaction.diff
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]