From 87166b18b9764580f15c904fb3f8e4e7ef692b6a Mon Sep 17 00:00:00 2001 From: wollman Date: Mon, 17 Jun 2002 01:31:25 +0000 Subject: Clean up a bit of namespace pollution which crept in with the last rev. Submitted by: bde --- include/time.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/time.h') 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 #include -#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.) -- cgit v1.1