mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:23:44 +03:00
big last-beta (?) cleanup commit
This commit is contained in:
parent
513ac758da
commit
c3c7739811
17 changed files with 987 additions and 401 deletions
|
|
@ -8,6 +8,10 @@
|
|||
** This code is in the public domain and has no copyright.
|
||||
*/
|
||||
|
||||
#define _REENTRANT /* Necessary to use in Solaris, since the silly guys at Sun
|
||||
made the localtime_r() prototype dependent on it (or
|
||||
_POSIX_C_SOURCE or _POSIX_PTHREAD_SEMANTICS). */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
# ifdef HAVE_ALLOCA_H
|
||||
|
|
@ -471,7 +475,6 @@ o_merid : /* NULL */
|
|||
|
||||
extern struct tm *gmtime ();
|
||||
extern struct tm *localtime ();
|
||||
extern struct tm *localtime_r (time_t *, struct tm *);
|
||||
extern time_t mktime ();
|
||||
|
||||
/* Month and day table. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue