Page MenuHomeFreeBSD

D53951.diff
No OneTemporary

D53951.diff

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

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)

Event Timeline