This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/1951] sigset() does not correctly return SIG_HOLD


------- Additional Comments From drepper at redhat dot com  2006-04-23 19:06 -------
I've checked in a patch which adjusts the return value.  I also added the test case.

But the man page should say that this behavior is useful only (if ever) in
signal threaded code.  The handler is a process property and other threads might
as well change it.  The result if sigset cannot be used to reliably restore the
previous signal setting.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]