Page MenuHomeFreeBSD

D17174.1778481252.diff
No OneTemporary

Size
510 B
Referenced Files
None
Subscribers
None

D17174.1778481252.diff

Index: include/time.h
===================================================================
--- include/time.h
+++ include/time.h
@@ -207,9 +207,13 @@
#include <xlocale/_time.h>
#endif
+#if defined(__BSD_VISIBLE) || __ISO_C_VISIBLE >= 2011 || \
+ (defined(cplusplus) && cplusplus >= 201703)
+#include <sys/_timespec.h>
/* ISO/IEC 9899:201x 7.27.2.5 The timespec_get function */
#define TIME_UTC 1 /* time elapsed since epoch */
int timespec_get(struct timespec *ts, int base);
+#endif
__END_DECLS

File Metadata

Mime Type
text/plain
Expires
Mon, May 11, 6:34 AM (3 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28668087
Default Alt Text
D17174.1778481252.diff (510 B)

Event Timeline