Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157880096
D53951.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
532 B
Referenced Files
None
Subscribers
None
D53951.diff
View Options
diff --git a/include/time.h b/include/time.h
--- a/include/time.h
+++ b/include/time.h
@@ -170,7 +170,6 @@
#if __BSD_VISIBLE
time_t timelocal(struct tm * const);
-time_t timegm(struct tm * const);
int timer_oshandle_np(timer_t timerid);
time_t time2posix(time_t t);
time_t posix2time(time_t t);
@@ -193,6 +192,7 @@
#define TIME_MONOTONIC 2 /* monotonic time */
/* ISO/IEC 9899:2024 7.29.2.7 The timespec_getres function */
int timespec_getres(struct timespec *, int);
+time_t timegm(struct tm * const);
#endif
#endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, May 27, 3:06 AM (17 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33545026
Default Alt Text
D53951.diff (532 B)
Attached To
Mode
D53951: time.h: add timegm() to the C23 namespace
Attached
Detach File
Event Timeline
Log In to Comment