public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/16332] New: Clean up sigpause implementations
@ 2013-12-17 18:20 jsm28 at gcc dot gnu.org
  2014-06-13 11:25 ` [Bug libc/16332] " fweimer at redhat dot com
  0 siblings, 1 reply; 2+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2013-12-17 18:20 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=16332

            Bug ID: 16332
           Summary: Clean up sigpause implementations
           Product: glibc
           Version: 2.19
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: jsm28 at gcc dot gnu.org
                CC: drepper.fsp at gmail dot com

glibc now provides only the POSIX sigpause function, not the BSD one, but it's
provided under the name __xpg_sigpause.  To conform to POSIX requirements about
being able to use certain functions without including system headers, it should
be under the sigpause name, with a new symbol version; the existing sigpause,
__sigpause and __xpg_sigpause exports should become compat symbols only.

It's probably safest to remove the sigpause entry from
sysdeps/unix/bsd/syscalls.list as part of this fix unless some config is
actually using that entry at the time of fixing this bug.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug libc/16332] Clean up sigpause implementations
  2013-12-17 18:20 [Bug libc/16332] New: Clean up sigpause implementations jsm28 at gcc dot gnu.org
@ 2014-06-13 11:25 ` fweimer at redhat dot com
  0 siblings, 0 replies; 2+ messages in thread
From: fweimer at redhat dot com @ 2014-06-13 11:25 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=16332

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

end of thread, other threads:[~2014-06-13 11:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-17 18:20 [Bug libc/16332] New: Clean up sigpause implementations jsm28 at gcc dot gnu.org
2014-06-13 11:25 ` [Bug libc/16332] " 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).