diff options
Diffstat (limited to 'io/lstat64.c')
-rw-r--r-- | io/lstat64.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/io/lstat64.c b/io/lstat64.c index ef2b156917..079b3fa28a 100644 --- a/io/lstat64.c +++ b/io/lstat64.c @@ -36,6 +36,7 @@ functions in the shared library can adapt without needing to recompile all callers. */ +#undef lstat64 int lstat64 (const char *file, struct stat64 *buf) { |