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:
parent
38894ae9a8
commit
e5003582d1
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user