Reverted r41727. Accidentally committed to wrong branch.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41728 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2011-05-25 00:46:11 +00:00
parent 38894ae9a8
commit e5003582d1

View File

@ -42,7 +42,7 @@ int main()
return PTS_UNRESOLVED;
}
if (sigset(SIGCHLD,SIG_HOLD) != myhandler) {
if (sigset(SIGCHLD,SIG_HOLD) != SIG_HOLD) {
perror("Unexpected error while using sigset()");
return PTS_UNRESOLVED;
}