projects
/
m6w6
/
ext-psi
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
f15858a
)
some variants need librt
author
Michael Wallner
<mike@php.net>
Thu, 19 Apr 2018 17:38:09 +0000
(19:38 +0200)
committer
Michael Wallner
<mike@php.net>
Thu, 19 Apr 2018 17:38:09 +0000
(19:38 +0200)
psi.d/time.psi
patch
|
blob
|
history
diff --git
a/psi.d/time.psi
b/psi.d/time.psi
index 89074341ce0f9f7b35c2753a8433c9749c08047a..0acbf9861247b9eab0014a629712db618430d2f2 100644
(file)
--- a/
psi.d/time.psi
+++ b/
psi.d/time.psi
@@
-1,3
+1,7
@@
+#ifdef linux /* old, anyway */
+lib "rt";
+#endif
+
#include <sys/time.h>
#include <time.h>
#include <sys/times.h>