CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/05/21 16:24:20
Modified files:
lib/libc/stdio : ftell.c fseek.c
Log message:
Fix ftell() to return EOVERFLOW if the file offset is greater than
LONG_MAX. Also, remove an Alpha-specific optimization that only saves
a couple of bytes of code size.
ok millert, guenther
