X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=lib%2Flfs.h;h=5aac2363015ac5f22e3b0950e1679b3ce073bb0a;hb=d1a5b69d490ce61a0f41db08263580487720bf2f;hp=db4ceafd3b92241866b53dd4c7ecb24d209feb94;hpb=1e0f0334cecccffe85ef39c13e53ee19a985bf7d;p=libucw.git diff --git a/lib/lfs.h b/lib/lfs.h index db4ceafd..5aac2363 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 +typedef struct stat64 sh_stat_t; #else /* !CONFIG_LFS */ @@ -34,6 +35,7 @@ #define sh_pread pread #define sh_pwrite pwrite #define sh_stat stat +typedef struct stat sh_stat_t; #endif /* !CONFIG_LFS */