1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-12-03 16:51:37 +01:00

47785: remove deprecated autoconf functions

STDC_HEADERS and TIME_WITH_SYS_TIME are deprecated.
This commit is contained in:
Felipe Contreras 2020-12-30 23:41:30 -06:00 committed by Oliver Kiddle
parent 62e86515e7
commit df48cc8404
5 changed files with 12 additions and 40 deletions

View file

@ -32,12 +32,6 @@
typedef int (*MoveFunc) _((char const *, char const *));
typedef int (*RecurseFunc) _((char *, char *, struct stat const *, void *));
#ifndef STDC_HEADERS
extern int link _((const char *, const char *));
extern int symlink _((const char *, const char *));
extern int rename _((const char *, const char *));
#endif
struct recursivecmd;
#include "files.pro"