diff --git a/include/time.h b/include/time.h index 47d03e50ed2b..d82a5c23b700 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.)