[RTEMS Project] #2978: Support for sigaction() sa_flags Values

RTEMS trac trac at rtems.org
Tue Apr 4 20:22:13 UTC 2017


#2978: Support for sigaction() sa_flags Values
---------------------------+-----------------------------
 Reporter:  Joel Sherrill  |      Owner:  joel.sherrill@…
     Type:  defect         |     Status:  new
 Priority:  normal         |  Milestone:  Indefinite
Component:  cpukit         |    Version:  4.12
 Severity:  normal         |   Keywords:
---------------------------+-----------------------------
 Per
 http://pubs.opengroup.org/onlinepubs/009695399/functions/sigaction.html,
 the sa_flags field can have the following values which imply behavior in
 the POSIX implementation:

 * SA_NOCLDSTOP - requires processes, unsupportable
 * SA_ONSTACK - requires unsupported sigaltstack, currently unsupportable
 * SA_RESTART - should be supportable
 * SA_SIGINFO - should be supportable
 * SA_NOCLDWAIT - requires processes, unsupportable
 * SA_NODEFER - should be supportable

 The purpose of this ticket is to review that the supportable sa_flags
 behaviors are supported or to implement the missing capabilities.

--
Ticket URL: <http://devel.rtems.org/ticket/2978>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list