statzone

DNS zone file analyzer targeted at TLD zones
Log | Files | Refs | README | LICENSE

commit 9127ec4da8e104749032144ccd848251ccab46b9
parent b690529e040af4ca157b0aa10e592f0632eea30e
Author: Frederic Cambus <fred@statdns.com>
Date:   Tue, 30 Mar 2021 19:36:06 +0200

Remove now unneeded CLOCK_MONOTONIC fallback macro in compat header.

Diffstat:
Mcompat/compat.h | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/compat/compat.h b/compat/compat.h @@ -5,9 +5,4 @@ #include "pledge.h" #endif -/* Use CLOCK_REALTIME if CLOCK_MONOTONIC is not available */ -#ifndef CLOCK_MONOTONIC -#define CLOCK_MONOTONIC CLOCK_REALTIME -#endif - #endif /* COMPAT_H */