mirror of
git://git.sv.gnu.org/coreutils
synced 2026-05-30 20:45:39 -04:00
Remove stpcpy decl.
This commit is contained in:
@@ -36,7 +36,6 @@ struct dir_list
|
||||
|
||||
int full_write ();
|
||||
int euidaccess ();
|
||||
char *stpcpy ();
|
||||
char *xmalloc ();
|
||||
int yesno ();
|
||||
|
||||
|
||||
@@ -57,7 +57,6 @@ int lstat ();
|
||||
char *base_name ();
|
||||
char *dirname ();
|
||||
enum backup_type get_version ();
|
||||
char *stpcpy ();
|
||||
void strip_trailing_slashes ();
|
||||
char *xmalloc ();
|
||||
char *xstrdup ();
|
||||
|
||||
@@ -118,7 +118,6 @@ gid_t getgid ();
|
||||
#endif
|
||||
|
||||
char *base_name ();
|
||||
char *stpcpy ();
|
||||
char *xmalloc ();
|
||||
int safe_read ();
|
||||
int full_write ();
|
||||
|
||||
Reference in New Issue
Block a user