K 10 svn:author V 6 jilles K 8 svn:date V 27 2010-11-17T21:45:11.132302Z K 7 svn:log V 366 MFC r198406: wordexp(3): fix some bugs with signals and long outputs * retry various system calls on EINTR * retry the rest after a short read (common if there is more than about 1K of output) * block SIGCHLD like system(3) does (note that this does not and cannot work fully in threaded programs, they will need to be careful with wait functions) PR: 90580 END