public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/12252] New: signal.h does not export SA_RESTART and friends for POSIX source
@ 2010-11-22  1:45 vapier at gentoo dot org
  2010-11-26  1:25 ` [Bug libc/12252] " drepper.fsp at gmail dot com
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: vapier at gentoo dot org @ 2010-11-22  1:45 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=12252

           Summary: signal.h does not export SA_RESTART and friends for
                    POSIX source
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper.fsp@gmail.com
        ReportedBy: vapier@gentoo.org


if you define _POSIX_SOURCE or _POSIX_C_SOURCE and include signal.h, the
SA_ONSTACK/SA_RESTART/SA_NODEFER/SA_RESETHAND defines are hidden.  they seem to
only be exposed for _XOPEN_SOURCE (XPG) and for _BSD_SOURCE or _SVID_SOURCE. 
but according to the POSIX spec, they are part of the extended ISO C spec which
makes them part of the POSIX base spec.

so at least for _POSIX_C_SOURCE >= 200112L, these things should be defined.  i
dont have older references, so i cant look up how far standard-wise back these
should be made available.

1003.1-2004 sigaction:
http://www.opengroup.org/onlinepubs/009695399/functions/sigaction.html
1003.1-2008 sigaction:
http://www.opengroup.org/onlinepubs/9699919799/functions/sigaction.html

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-06-30  6:24 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-22  1:45 [Bug libc/12252] New: signal.h does not export SA_RESTART and friends for POSIX source vapier at gentoo dot org
2010-11-26  1:25 ` [Bug libc/12252] " drepper.fsp at gmail dot com
2010-11-26  3:13 ` vapier at gentoo dot org
2010-11-26  4:45 ` vapier at gentoo dot org
2010-11-26  9:13 ` schwab@linux-m68k.org
2010-11-26 10:23 ` vapier at gentoo dot org
2010-11-26 12:17 ` drepper.fsp at gmail dot com
2010-11-26 12:34 ` vapier at gentoo dot org
2010-11-26 14:23 ` drepper.fsp at gmail dot com
2010-11-27  4:08 ` vapier at gentoo dot org
2014-06-30  6:24 ` fweimer at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).