diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-11-20 00:46:37 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-11-20 00:46:37 +0000 |
commit | 0a18f43f729c349e43bd3c6a724480cc18a518a9 (patch) | |
tree | bc6a0e6bb430c2e560a05645d9f4758c252210ba /libc/stdio/fseeko64.c | |
parent | e84e218969f50680ea1d490fc9dd14e308a33bda (diff) |
Tab clean-up.
Diffstat (limited to 'libc/stdio/fseeko64.c')
-rw-r--r-- | libc/stdio/fseeko64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/fseeko64.c b/libc/stdio/fseeko64.c index 66778e963..93768c528 100644 --- a/libc/stdio/fseeko64.c +++ b/libc/stdio/fseeko64.c @@ -9,7 +9,7 @@ #ifdef __UCLIBC_HAS_LFS__ # define __DO_LARGEFILE -# define FSEEK __fseeko64 +# define FSEEK __fseeko64 # define OFFSET_TYPE __off64_t # include "fseeko.c" #endif |