1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-10 02:30:27 +02:00

(stat, lstat, rename): Remove decls.

This commit is contained in:
Paul Eggert
2004-11-26 07:39:14 +00:00
parent 9c8b155e38
commit 2a3e586dee
-5
View File
@@ -172,9 +172,6 @@ struct cp_options
Hash_table *src_info;
};
int stat ();
int lstat ();
# define XSTAT(X, Src_path, Src_sb) \
((X)->dereference == DEREF_NEVER \
? lstat (Src_path, Src_sb) \
@@ -189,8 +186,6 @@ int rpl_lstat (const char *, struct stat *);
# define lstat rpl_lstat
# endif
int rename ();
/* Arrange to make rename calls go through the wrapper function
on systems with a rename function that fails for a source path
specified with a trailing slash. */