X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fydirectenv.h;h=b2293a62fbdf4236092590d21e67ed5c451d93a7;hp=eff8ff93f194e7f9b23cd79dd5c7f7e86c578abb;hb=8e7042a8159899ddb58570a09e1070fb725e680d;hpb=1af6728346f8d3cb23aee150c0b9b63405e4017e diff --git a/direct/ydirectenv.h b/direct/ydirectenv.h index eff8ff9..b2293a6 100644 --- a/direct/ydirectenv.h +++ b/direct/ydirectenv.h @@ -35,6 +35,10 @@ void yaffs_bug_fn(const char *file_name, int line_no); #define YUCHAR unsigned char #define _Y(x) x +#ifndef Y_LOFF_T +#define Y_LOFF_T loff_t +#endif + #define yaffs_strcat(a, b) strcat(a, b) #define yaffs_strcpy(a, b) strcpy(a, b) #define yaffs_strncpy(a, b, c) strncpy(a, b, c)