From: Vladimir Jelen Date: Wed, 7 Dec 2005 15:27:06 +0000 (+0000) Subject: added sh_stat_t X-Git-Tag: holmes-import~699 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=1d509bc55739e766a466bc01a35db298c12f5d04;p=libucw.git added sh_stat_t --- diff --git a/lib/lfs.h b/lib/lfs.h index db4ceafd..1be226df 100644 --- a/lib/lfs.h +++ b/lib/lfs.h @@ -24,6 +24,7 @@ #define sh_pread pread64 #define sh_pwrite pwrite64 #define sh_stat stat64 +#define sh_stat_t stat64 #else /* !CONFIG_LFS */ @@ -34,6 +35,7 @@ #define sh_pread pread #define sh_pwrite pwrite #define sh_stat stat +#define sh_stat_t stat #endif /* !CONFIG_LFS */