Message-ID: <Pine.BSF.4.21.
0106042136410.26316-100000@shell8.ba.best.com>
p4raw-id: //depot/perl@10443
#endif
#ifndef HAS_USLEEP_PROTO
-int usleep(useconds_t);
+int usleep(unsigned);
#endif
#ifdef PERL_MICRO /* Last chance to export Perl_my_swap */
#else
if (PerlLIO_lstat(".", &statbuf) < 0) {
- CWDXS_RETURN_SVUNDEF(sv);
+ SV_CWD_RETURN_UNDEF;
}
orig_cdev = statbuf.st_dev;
namelen = strlen(dp->d_name);
#endif
/* skip . and .. */
- if (SV_CWD_ISDOT(dp)) {dp->d_name[0] == '.'
+ if (SV_CWD_ISDOT(dp)) {
continue;
}