nasmlib: move fseeko/ftello/off_t replacements to nasmlib.h
commitc170089e7cfd876b61c5d110df04989696c25fc6
authorH. Peter Anvin <hpa@linux.intel.com>
Wed, 21 Sep 2016 01:26:42 +0000 (20 18:26 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 21 Sep 2016 01:26:42 +0000 (20 18:26 -0700)
tree46d7be1567db26e39359e5d7a39ca21ff46422c8
parente8b01c6f727a7fb546777258853d44cb72d766d7
nasmlib: move fseeko/ftello/off_t replacements to nasmlib.h

Move fseeko, ftello, and off_t definitions to nasmlib.h so that files
other than nasmlib/file.c can use them (already added to
asm/assemble.c).

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
include/nasmlib.h
nasmlib/file.c