Change 11414 by nick@camel-linux on 2001/07/20 06:23:36

        Subject:  [PATCH] prototype for Time::HiRes::sleep()
        From:  Abhijit Menon-Sen <[EMAIL PROTECTED]>
        Date:  Fri, 20 Jul 2001 01:18:50 +0530
        Message-Id:  <[EMAIL PROTECTED]>
        (Private e-mail)

Affected files ...

... //depot/perl/ext/Time/HiRes/HiRes.xs#10 edit

Differences ...

==== //depot/perl/ext/Time/HiRes/HiRes.xs#10 (text) ====
Index: perl/ext/Time/HiRes/HiRes.xs
--- perl/ext/Time/HiRes/HiRes.xs.~1~    Fri Jul 20 00:30:06 2001
+++ perl/ext/Time/HiRes/HiRes.xs        Fri Jul 20 00:30:06 2001
@@ -277,6 +277,7 @@
 
 void
 sleep(...)
+       PROTOTYPE: ;$
        CODE:
        if (items > 0)
            usleep((int)(SvNV(ST(0)) * 1000000));
End of Patch.

Reply via email to