Move fseeko/ftello/off_t handling from compiler.h into lib/file.c
commit7ab5595347d70ec9da736a0cedc9675a63356da3
authorH. Peter Anvin <hpa@zytor.com>
Tue, 8 Mar 2016 10:23:23 +0000 (8 02:23 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 8 Mar 2016 10:23:23 +0000 (8 02:23 -0800)
treed438905e0c30cc8916b847e6280b95b65f05d69e
parent2bc0ab38a22ecbaa56ef20e4037084b3ac6d3d45
Move fseeko/ftello/off_t handling from compiler.h into lib/file.c

This should only matter in this very specific file, so let's not make
*everything* depend on it...

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
compiler.h
lib/file.c