diff options
Diffstat (limited to 'man3/timegm.3')
| -rw-r--r-- | man3/timegm.3 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/man3/timegm.3 b/man3/timegm.3 index b67e1ed365..ed207d93ae 100644 --- a/man3/timegm.3 +++ b/man3/timegm.3 @@ -13,7 +13,7 @@ Standard C library .nf .B #include <time.h> .PP -.BI "time_t timelocal(struct tm *" tm ); +.BI "[[deprecated]] time_t timelocal(struct tm *" tm ); .BI "time_t timegm(struct tm *" tm ); .PP .fi @@ -79,9 +79,10 @@ T} Thread safety MT-Safe env locale .ad .sp 1 .SH STANDARDS -These functions are nonstandard GNU extensions -that are also present on the BSDs. -.SH NOTES +BSD. +.SH HISTORY +GNU, BSD. +.PP The .BR timelocal () function is equivalent to the POSIX standard function |
