Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2011-07-30 | clean up pthread_sigmask/sigprocmask dependency order | Rich Felker | -3/+3 | |
it's nicer for the function that doesn't use errno to be independent, and have the other one call it. saves some time and avoids clobbering errno. | ||||
2011-03-09 | fix error handling for pthread_sigmask | Rich Felker | -0/+10 | |
it must return errno, not -1, and should reject invalud values for how. |