Added TODO.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36322 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2010-04-15 21:48:12 +00:00
parent 0638c3ab4c
commit 251e72542e
@@ -26,6 +26,8 @@ sigprocmask(int how, const sigset_t *set, sigset_t *oldSet)
int
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);
}