Start to remove sleep in favor of usleep. Bug #28543.

This commit is contained in:
R. Bernstein
2010-02-11 20:10:11 -05:00
parent 6e53c6b19f
commit f23ca9a9da
2 changed files with 13 additions and 18 deletions

View File

@@ -487,7 +487,7 @@ AC_SUBST(LIBCDIO_SOURCE_PATH)
AC_CHECK_FUNCS( [bzero chdir drand48 ftruncate geteuid getgid \
getuid getpwuid gettimeofday lstat memcpy memset \
rand seteuid setegid snprintf setenv unsetenv tzset \
sleep vsnprintf readlink realpath gmtime_r localtime_r] )
sleep usleep vsnprintf readlink realpath gmtime_r localtime_r] )
# check for timegm() support
AC_CHECK_FUNC(timegm, AC_DEFINE(HAVE_TIMEGM,1,