1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

[!HAVE_DECL_FREE]: Declare free in lstat.c.

This commit is contained in:
Jim Meyering
2000-06-13 09:08:47 +00:00
parent 787e2d6289
commit 54e57758aa

View File

@@ -43,6 +43,13 @@ extern int errno;
# define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
#endif
#ifndef HAVE_DECL_FREE
"this configure-time declaration test was not run"
#endif
#if !HAVE_DECL_FREE
void free ();
#endif
char *xmalloc ();
/* lstat works different on Linux and Solaris systems. POSIX (see