diff options
Diffstat (limited to 'libio/ftello64.c')
-rw-r--r-- | libio/ftello64.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libio/ftello64.c b/libio/ftello64.c index adc1385e1b..cd0670f1f4 100644 --- a/libio/ftello64.c +++ b/libio/ftello64.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1993, 95, 96, 97, 98, 99, 2000 Free Software Foundation, Inc. +/* Copyright (C) 1993, 1995-2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -45,8 +45,6 @@ ftello64 (fp) { if (fp->_mode <= 0) pos -= fp->_IO_save_end - fp->_IO_save_base; - else - abort (); } _IO_funlockfile (fp); _IO_cleanup_region_end (0); |