This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
105140f
)
Add FreeBSD specific clock_gettime() constants.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 13 Jan 2016 18:06:28 +0000
(13:06 -0500)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Sat, 13 Feb 2016 16:39:10 +0000
(11:39 -0500)
https://www.freebsd.org/cgi/man.cgi?query=clock_gettime
dist/Time-HiRes/Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/dist/Time-HiRes/Makefile.PL
b/dist/Time-HiRes/Makefile.PL
index
1c29b70
..
420841c
100644
(file)
--- a/
dist/Time-HiRes/Makefile.PL
+++ b/
dist/Time-HiRes/Makefile.PL
@@
-824,13
+824,20
@@
sub doConstants {
CLOCK_HIGHRES
CLOCK_MONOTONIC
CLOCK_MONOTONIC_COARSE
+ CLOCK_MONOTONIC_PRECISE
CLOCK_MONOTONIC_RAW
CLOCK_PROCESS_CPUTIME_ID
CLOCK_REALTIME
CLOCK_REALTIME_COARSE
+ CLOCK_REALTIME_FAST
+ CLOCK_REALTIME_PRECISE
+ CLOCK_SECOND
CLOCK_SOFTTIME
CLOCK_THREAD_CPUTIME_ID
CLOCK_TIMEOFDAY
+ CLOCK_UPTIME
+ CLOCK_UPTIME_FAST
+ CLOCK_UPTIME_PRECISE
ITIMER_PROF
ITIMER_REAL
ITIMER_REALPROF