ftell: do not assume wraparound signed arithmetic
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 24 Jul 2011 16:42:14 +0000 (09:42 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 24 Jul 2011 16:43:42 +0000 (09:43 -0700)
commita9418e02e6cb59bfa004896c661d949f8b705209
treefc7e82c9e594ea584bb306cb16168e1a46cf50c2
parent50de7d77b196dd18d2504b31a5bdf151ecaebcef
ftell: do not assume wraparound signed arithmetic

* lib/ftell.c: Include <limits.h>.
(ftell): Don't assume wraparound signed arithmetic.
ChangeLog
lib/ftell.c