Added TODO.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36322 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -26,6 +26,8 @@ sigprocmask(int how, const sigset_t *set, sigset_t *oldSet)
|
|||||||
int
|
int
|
||||||
pthread_sigmask(int how, const sigset_t *set, sigset_t *oldSet)
|
pthread_sigmask(int how, const sigset_t *set, sigset_t *oldSet)
|
||||||
{
|
{
|
||||||
|
// TODO: This is obviously broken as sigprocmask() should set the team's
|
||||||
|
// signal mask!
|
||||||
return sigprocmask(how, set, oldSet);
|
return sigprocmask(how, set, oldSet);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user