In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/854b89cec9c9e7cad8ceb4657d4b6d14ac89830b?hp=9d911456e3a576e9feb61c1f017cb0a5777de685>

- Log -----------------------------------------------------------------
commit 854b89cec9c9e7cad8ceb4657d4b6d14ac89830b
Author: Dagfinn Ilmari MannsÃ¥ker <[email protected]>
Date:   Thu Oct 20 14:50:16 2016 +0100

    Revert "Include time.h when testing for clock_xxx functions and syscalls"
    
    This was meant to go on my smoke-me branch, not blead.
    
    This reverts commit 1946ca1569f5d47e6ceffab716bce3a4169646fe.
-----------------------------------------------------------------------

Summary of changes:
 dist/Time-HiRes/Makefile.PL | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dist/Time-HiRes/Makefile.PL b/dist/Time-HiRes/Makefile.PL
index 9889f1d..340ee99 100644
--- a/dist/Time-HiRes/Makefile.PL
+++ b/dist/Time-HiRes/Makefile.PL
@@ -290,7 +290,6 @@ sub has_clock_xxx_syscall {
 #include "EXTERN.h"
 #include "perl.h"
 #include "XSUB.h"
-#include <time.h>
 #include <$SYSCALL_H>
 int main(int argc, char** argv)
 {
@@ -310,7 +309,6 @@ sub has_clock_xxx {
 #include "EXTERN.h"
 #include "perl.h"
 #include "XSUB.h"
-#include <time.h>
 int main(int argc, char** argv)
 {
     struct timespec ts;

--
Perl5 Master Repository

Reply via email to