X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=gcc-compat.h;fp=gcc-compat.h;h=4ba96ae16da204b760219bded23e55c38053976c;hb=76c1de74e9dbdeef52629632de91a50ed6e20dbe;hp=ec24db9250afbe4bff0786b0c95747dc297933db;hpb=bd0166ae6242deafc9b3436199965420517033b5;p=adu.git diff --git a/gcc-compat.h b/gcc-compat.h index ec24db9..4ba96ae 100644 --- a/gcc-compat.h +++ b/gcc-compat.h @@ -71,3 +71,8 @@ * header files. */ #define _static_inline_ static inline + +#ifndef HAVE_STAT64 +#define stat64 stat +#define lstat64 lstat +#endif