summaryrefslogtreecommitdiff
path: root/include/nasmlib.h
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2017-08-16 22:40:26 -0700
committerH. Peter Anvin <hpa@zytor.com>2017-08-16 22:41:40 -0700
commitfbce0bfb4ebab9e790879a8f9c2e90aa21b6108f (patch)
tree26c04a738bea393bb72dde678dbd567f24b8cdbd /include/nasmlib.h
parent7180a51f478d9a8e6a2590288bf6fabaf7ff594a (diff)
parentf275ce9c88164fc455870a7b654e76b3f84c420c (diff)
downloadnasm-fbce0bfb4ebab9e790879a8f9c2e90aa21b6108f.tar.gz
Merge remote-tracking branch 'origin/nasm-2.13.xx'
Resolved Conflicts: asm/directiv.dat asm/preproc.c misc/omfdump.c Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'include/nasmlib.h')
-rw-r--r--include/nasmlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/nasmlib.h b/include/nasmlib.h
index a8a20ed1..fc3b4c4e 100644
--- a/include/nasmlib.h
+++ b/include/nasmlib.h
@@ -353,6 +353,7 @@ const void *nasm_map_file(FILE *fp, off_t start, off_t len);
void nasm_unmap_file(const void *p, size_t len);
off_t nasm_file_size(FILE *f);
off_t nasm_file_size_by_path(const char *pathname);
+bool nasm_file_time(time_t *t, const char *pathname);
void fwritezero(off_t bytes, FILE *fp);
static inline bool const_func overflow_general(int64_t value, int bytes)