public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug hurd/4126] New: Implementation of sigsuspend_not_cancel for the Hurd
@ 2007-03-02 23:22 samuel dot thibault at ens-lyon dot org
  2007-07-22 12:43 ` [Bug hurd/4126] " samuel dot thibault at ens-lyon dot org
  2007-07-23  0:37 ` cvs-commit at gcc dot gnu dot org
  0 siblings, 2 replies; 3+ messages in thread
From: samuel dot thibault at ens-lyon dot org @ 2007-03-02 23:22 UTC (permalink / raw)
  To: glibc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1248 bytes --]

Aurélien Jarno reported:

``sigsuspend_not_cancel is not defined for Hurd in sysdeps/mach/hurd/sigsuspend.c. This function is called from sysdeps/posix/pause.c.''

I answered:

``Mmm, it looks to me like the current __sigsuspend() doesn't handle cancellation anyway (probably because libpthread on the Hurd is a separate library).''

Hence the following patch:

--- sysdeps/mach/hurd/sigsuspend.c.orig 2007-02-12 02:54:19.000000000 +0100
+++ sysdeps/mach/hurd/sigsuspend.c      2007-02-12 02:54:35.000000000 +0100
@@ -80,4 +80,5 @@
   return -1;
 }
 libc_hidden_def (__sigsuspend)
+strong_alias (__sigsuspend, sigsuspend_not_cancel)
 weak_alias (__sigsuspend, sigsuspend)

-- 
           Summary: Implementation of sigsuspend_not_cancel for the Hurd
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: hurd
        AssignedTo: roland at gnu dot org
        ReportedBy: samuel dot thibault at ens-lyon dot org
                CC: glibc-bugs at sources dot redhat dot com


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

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


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

end of thread, other threads:[~2007-07-23  0:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-02 23:22 [Bug hurd/4126] New: Implementation of sigsuspend_not_cancel for the Hurd samuel dot thibault at ens-lyon dot org
2007-07-22 12:43 ` [Bug hurd/4126] " samuel dot thibault at ens-lyon dot org
2007-07-23  0:37 ` cvs-commit at gcc dot gnu dot org

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).