summaryrefslogtreecommitdiffstats
path: root/include/time.h
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>2002-06-17 01:31:25 +0000
committerwollman <wollman@FreeBSD.org>2002-06-17 01:31:25 +0000
commit87166b18b9764580f15c904fb3f8e4e7ef692b6a (patch)
tree8ec08eaf862361250c97b4a74233d728dcf96691 /include/time.h
parent50179a581980027539d8a5a3f805e0053d68ca8c (diff)
downloadFreeBSD-src-87166b18b9764580f15c904fb3f8e4e7ef692b6a.zip
FreeBSD-src-87166b18b9764580f15c904fb3f8e4e7ef692b6a.tar.gz
Clean up a bit of namespace pollution which crept in with the last rev.
Submitted by: bde
Diffstat (limited to 'include/time.h')
-rw-r--r--include/time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/time.h b/include/time.h
index 47d03e5..d82a5c2 100644
--- a/include/time.h
+++ b/include/time.h
@@ -48,7 +48,7 @@
#include <sys/cdefs.h>
#include <machine/ansi.h>
-#if __POSIX_VISIBLE < 200112 || __BSD_VISIBLE
+#if __POSIX_VISIBLE > 0 && __POSIX_VISIBLE < 200112 || __BSD_VISIBLE
/*
* Frequency of the clock ticks reported by times(). Deprecated - use
* sysconf(_SC_CLK_TCK) instead. (Removed in 1003.1-2001.)
OpenPOWER on IntegriCloud