mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-09 02:26:27 +00:00
Change prototypes for gmtime_r() and localtime_r() in accordance with
IEEE pthreads specification.
This commit is contained in:
parent
7d9120c451
commit
b0e998dc26
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19639
@ -102,9 +102,9 @@ time_t time __P((time_t *));
|
||||
|
||||
#ifdef _THREAD_SAFE
|
||||
int asctime_r __P((const struct tm *, char *, int));
|
||||
int ctime_r __P((const time_t *, char *, int));
|
||||
int gmtime_r __P((const time_t *, struct tm *));
|
||||
int localtime_r __P((const time_t *, struct tm *));
|
||||
int ctime_r __P((const time_t *, char *, int));
|
||||
struct tm *gmtime_r __P((const time_t *, struct tm *));
|
||||
struct tm *localtime_r __P((const time_t *, struct tm *));
|
||||
#endif
|
||||
|
||||
#ifndef _ANSI_SOURCE
|
||||
|
Loading…
x
Reference in New Issue
Block a user