[Git][NTPsec/ntpsec][master] waf: add a test for nanotime(), for old macOS
Gary E. Miller
gitlab at mg.gitlab.com
Tue May 9 23:40:44 UTC 2017
Gary E. Miller pushed to branch master at NTPsec / ntpsec
Commits:
e1549cdc by Gary E. Miller at 2017-05-09T16:36:08-07:00
waf: add a test for nanotime(), for old macOS
Per issue #261
- - - - -
1 changed file:
- wscript
Changes:
=====================================
wscript
=====================================
--- a/wscript
+++ b/wscript
@@ -614,6 +614,7 @@ int main(int argc, char **argv) {
('clock_gettime', ["time.h"], "RT"),
('clock_settime', ["time.h"], "RT"),
('getrusage', ["sys/time.h", "sys/resource.h"]),
+ ('nanotime', ["sys/time.h"]), # Old OS X
('ntp_adjtime', ["sys/time.h", "sys/timex.h"]), # BSD
('ntp_gettime', ["sys/time.h", "sys/timex.h"]), # BSD
('res_init', ["resolv.h"]),
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/e1549cdc72356edbfb04294b8186197dc846d3ac
---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/e1549cdc72356edbfb04294b8186197dc846d3ac
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170509/420da9da/attachment.html>
More information about the vc
mailing list