In perl.git, the branch smoke-me/POSIX-sleep has been created

<http://perl5.git.perl.org/perl.git/commitdiff/3e0b9c79bc9b7c8676e49623a92bee2cf47aa3df?hp=0000000000000000000000000000000000000000>

        at  3e0b9c79bc9b7c8676e49623a92bee2cf47aa3df (commit)

- Log -----------------------------------------------------------------
commit 3e0b9c79bc9b7c8676e49623a92bee2cf47aa3df
Author: Nicholas Clark <[email protected]>
Date:   Thu Dec 8 16:46:21 2011 +0100

    Convert POSIX::sleep to an XS wrapper for PerlProc_sleep().
    
    Previously it was a Perl wrapper for CORE::sleep, converting CORE::sleep's
    return value of elapsed time slept into the POSIX return value of seconds
    remaining. However, that approach could sometimes return a negative result
    if CORE::sleep had slept for more than a second longer than the requested
    time.
-----------------------------------------------------------------------

--
Perl5 Master Repository

Reply via email to