Opened 4 years ago

Closed 4 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.

Change History (1)

comment:1 Changed 4 years ago by Silvan Scherrer

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.