1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-11-23 12:44:12 +00:00

Update to 2015d

This commit is contained in:
llsth
2015-05-01 01:51:11 +02:00
parent f426e5d228
commit f4bb35c317
11 changed files with 455 additions and 372 deletions

View File

@ -42,6 +42,10 @@
#define HAVE_SETTIMEOFDAY 3
#endif /* !defined HAVE_SETTIMEOFDAY */
#ifndef HAVE_STRDUP
#define HAVE_STRDUP 1
#endif
#ifndef HAVE_SYMLINK
#define HAVE_SYMLINK 1
#endif /* !defined HAVE_SYMLINK */
@ -448,14 +452,6 @@ time_t time2posix_z(timezone_t, time_t) ATTRIBUTE_PURE;
# endif
#endif
/*
** Private function declarations.
*/
char * icatalloc(char * old, const char * new);
char * icpyalloc(const char * string);
const char * scheck(const char * string, const char * format);
/*
** Finally, some convenience items.
*/