Home
last modified time | relevance | path

Searched refs:has_gettimeofday (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/dist/Time-HiRes/
DMakefile.PL157 sub has_gettimeofday {
425 my $has_gettimeofday;
427 $has_gettimeofday++ if $Config{d_gettimeod};
428 } elsif (has_gettimeofday()) { function
430 $has_gettimeofday++;
433 if ($has_gettimeofday) {