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:
parent
62e86515e7
commit
df48cc8404
5 changed files with 12 additions and 40 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue