1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-17 09:06:50 +02:00

Remove prototypes for stat, lstat.

This commit is contained in:
Jim Meyering
1995-11-10 14:22:07 +00:00
parent dd084ce340
commit ca56751421
+2 -2
View File
@@ -42,8 +42,8 @@ struct dir_attr
struct dir_attr *next;
};
int stat (const char *, struct stat *);
int lstat (const char *, struct stat *);
int stat ();
int lstat ();
char *dirname (char *);
char *xstrdup ();