https://d.puremagic.com/issues/show_bug.cgi?id=11918

           Summary: pthread_kill should be nothrow
           Product: D
           Version: unspecified
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: druntime
        AssignedTo: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from Justin Whear <[email protected]> 2014-01-13 
09:21:22 PST ---
Module core.sys.posix.signal defines pthread_kill without `nothrow`.  This is
particularly noticeable as this function is commonly used in the context of
signal handling (which requires a nothrow function) in order to propagate a
signal to other threads.

Also defined in core.sys.osx.pthread

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to