Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107169936
D22735.id65428.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
891 B
Referenced Files
None
Subscribers
None
D22735.id65428.diff
View Options
Index: include/time.h
===================================================================
--- include/time.h
+++ include/time.h
@@ -208,7 +208,7 @@
#endif
#if defined(__BSD_VISIBLE) || __ISO_C_VISIBLE >= 2011 || \
- (defined(cplusplus) && cplusplus >= 201703)
+ (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 */
Index: sys/sys/param.h
===================================================================
--- sys/sys/param.h
+++ sys/sys/param.h
@@ -60,7 +60,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1300063 /* Master, propagated to newvers */
+#define __FreeBSD_version 1300064 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 12, 4:50 AM (20 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15761352
Default Alt Text
D22735.id65428.diff (891 B)
Attached To
Mode
D22735: Correctly check for C++17 and higher when declaring timespec_get()
Attached
Detach File
Event Timeline
Log In to Comment