ossp-pkg/pth/pth_high.c 1.83 -> 1.84
--- pth_high.c 2002/01/27 13:15:28 1.83
+++ pth_high.c 2002/10/15 20:34:22 1.84
@@ -152,7 +152,7 @@
for (;;) {
/* do a non-blocking poll for the pid */
- while ( (pid = pth_sc(waitpid)(wpid, status, options|WNOHANG)) < 0
+ while ( (pid = pth_sc(waitpid)(wpid, status, options|WNOHANG)) < 0
&& errno == EINTR) ;
/* if pid was found or caller requested a polling return immediately */
@@ -1008,7 +1008,7 @@
/* advance the virtual pointer of a struct iov */
intern void pth_writev_iov_advance(const struct iovec *riov, int riovcnt, size_t advance,
- struct iovec **liov, int *liovcnt,
+ struct iovec **liov, int *liovcnt,
struct iovec *tiov, int tiovcnt)
{
int i;
|
|