Opened 5 years ago
Closed 5 years ago
#218 closed defect (fixed)
Pthread_sigprocmask returncode is wrong
Reported by: | Silvan Scherrer | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | *none | Version: | |
Severity: | medium | Keywords: | |
Cc: |
Description
According to http://man7.org/linux/man-pages/man3/pthread_sigmask.3.htmlthe return code in error needs to be errno. while it always brings back -1. So a function is needed and not just a forwarder to sigprocmask.
Note:
See TracTickets
for help on using tickets.
fixed with
https://github.com/bitwiseworks/pthread/commit/ac3faa6a169be36d2d49554fea4503755d08fef4