View | Details | Raw Unified | Return to bug 230400
Collapse All | Expand All

(-)contrib/libc++/include/ctime (-1 / +1 lines)
Lines 73-79 using ::gmtime; Link Here
73
using ::localtime;
73
using ::localtime;
74
#endif
74
#endif
75
using ::strftime;
75
using ::strftime;
76
#if _LIBCPP_STD_VER > 14 && defined(_LIBCPP_HAS_C11_FEATURES)
76
#if _LIBCPP_STD_VER > 14 && defined(_LIBCPP_HAS_C11_FEATURES) && !defined(__FreeBSD__)
77
using ::timespec_get;
77
using ::timespec_get;
78
#endif
78
#endif
79
79

Return to bug 230400