diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2002-02-19 19:27:12 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2002-02-19 19:27:12 +0000 |
commit | 4c210f02a200496e2693e41a21ef5f8727d91f56 (patch) | |
tree | d8db6b36357505a141545a95eb8994c171883e5c /libc/sysdeps/linux/common | |
parent | c6b92ee07f4c13cf82bfe256101e48498bb6301b (diff) |
Output an error if uClibc's and app's largefile configuration are incompatible.
Diffstat (limited to 'libc/sysdeps/linux/common')
-rw-r--r-- | libc/sysdeps/linux/common/statfix.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <asm/stat.h> +#undef stat64 #undef new_stat #undef stat |