From 4c210f02a200496e2693e41a21ef5f8727d91f56 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Tue, 19 Feb 2002 19:27:12 +0000 Subject: Output an error if uClibc's and app's largefile configuration are incompatible. --- libc/sysdeps/linux/common/statfix.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc/sysdeps') diff --git a/libc/sysdeps/linux/common/statfix.h b/libc/sysdeps/linux/common/statfix.h index 0d1dbfa89..3978c6473 100644 --- a/libc/sysdeps/linux/common/statfix.h +++ b/libc/sysdeps/linux/common/statfix.h @@ -8,7 +8,9 @@ * opinion on the subject, and different kernel revs use different names... */ #define stat kernel_stat #define new_stat kernel_stat +#define stat64 kernel_stat64 #include +#undef stat64 #undef new_stat #undef stat -- cgit v1.2.3