ctime.3: Remove ancient Linux libc details

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-06-29 11:03:55 +02:00
parent 0efb1d6fee
commit 800a076a9e
1 changed files with 3 additions and 3 deletions

View File

@ -306,13 +306,13 @@ The four functions
and
.BR localtime ()
return a pointer to static data and hence are not thread-safe.
Thread-safe versions
The thread-safe versions,
.BR asctime_r (),
.BR ctime_r (),
.BR gmtime_r ()
and
.BR localtime_r ()
are specified by SUSv2, and available since libc 5.2.5.
.BR localtime_r (),
are specified by SUSv2.
POSIX.1-2001 says:
"The