commit | 8f8b5310d2c3fe8782377bd66b65ed14dc6511a4 | [log] [tgz] |
---|---|---|
author | David 'Digit' Turner <digit@google.com> | Mon Mar 01 11:30:40 2010 -0800 |
committer | David 'Digit' Turner <digit@google.com> | Mon Mar 01 11:30:40 2010 -0800 |
tree | 1cd0c6e85535467a0ffd973991aef7bccb499473 | |
parent | 1f6f49396335d88c577c16304b1989d0d1468e5c [diff] |
Fix pthread_sigmask() to return correct error values. Before that, it returned -1 on error and set errno (not Posix) After the patch, it returns the error code and leaves errno untouched.