Enable process group synchronization via a pipe. Not sure what

advantages that is supposed to yield, but at least under Linux that
option is enabled.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24343 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2008-03-09 23:42:21 +00:00
parent c6adfece3c
commit 9de993d155

View File

@ -404,7 +404,7 @@
/* #undef OPENDIR_NOT_ROBUST */
/* #undef PGRP_PIPE */
#define PGRP_PIPE 1
/* Define if the setvbuf function takes the buffering type as its second
argument and the buffer pointer as the third, as on System V